added a note about sample examples repository
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -11,6 +11,8 @@ Casper.js is a navigation utility for [PhantomJS](http://www.phantomjs.org/). It | ... | @@ -11,6 +11,8 @@ Casper.js is a navigation utility for [PhantomJS](http://www.phantomjs.org/). It |
11 | - download base64 encoded resources, even binary ones | 11 | - download base64 encoded resources, even binary ones |
12 | - catch errors and react accordingly | 12 | - catch errors and react accordingly |
13 | 13 | ||
14 | Feel free to browse our [sample examples repository](https://github.com/n1k0/casperjs/tree/master/samples). Don't hesitate to pull request for any cool example of yours as well! | ||
15 | |||
14 | ## Quickstart | 16 | ## Quickstart |
15 | 17 | ||
16 | In the following example, we'll query google for two terms consecutively, `capserjs` and `phantomjs`, and aggregate the result links in a standard Array. Then we'll output the result to the console: | 18 | In the following example, we'll query google for two terms consecutively, `capserjs` and `phantomjs`, and aggregate the result links in a standard Array. Then we'll output the result to the console: | ... | ... |
-
Please register or sign in to post a comment