README.md in PageRankr-2.0.0 vs README.md in PageRankr-2.0.1
- old
+ new
@@ -1,8 +1,8 @@
# PageRankr
-Provides an easy way to retrieve Google Page Rank, Alexa Rank, and backlink counts.
+Provides an easy way to retrieve Google Page Rank, Alexa Rank, backlink counts, and index counts.
Check out a little [web app][1] I wrote up that uses it or look at the [source][2].
[1]: http://isitpopular.heroku.com
[2]: https://github.com/blatyo/is_it_popular
@@ -140,13 +140,15 @@
* Use API's where possible
* Configuration
* Optionally use API keys
* Maybe allow API key cycling to get around query limits
* Google search API is deprecated
+* Some search engines throttle the amount of queries. It would be nice to know when this happens. Probably throw an exception.
## Contributors
-* [Druwerd](https://github.com/Druwerd) - Use Google Search API instead of scraping.
+* [Dru Ibarra](https://github.com/Druwerd) - Use Google Search API instead of scraping.
* [Iteration Labs, LLC](https://github.com/iterationlabs) - Compete rank tracker and domain indexes.
+* [Mark Seeger](https://github.com/rb2k) - Ignore invalid ranks that Alexa returns for incorrect sites.
## Shout Out
Gotta give credit where credits due!
Original inspiration from:
\ No newline at end of file