Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nfriedly/pagerank.nfriedly.com
Web app to find the Google PageRank of one or more websites
https://github.com/nfriedly/pagerank.nfriedly.com
Last synced: 17 days ago
JSON representation
Web app to find the Google PageRank of one or more websites
- Host: GitHub
- URL: https://github.com/nfriedly/pagerank.nfriedly.com
- Owner: nfriedly
- Created: 2013-03-05T23:30:00.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-05-21T21:47:55.000Z (over 3 years ago)
- Last Synced: 2024-10-12T16:17:06.356Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://pagerank.nfriedly.com
- Size: 14.4 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Google PageRank Lookup Tool
===========================A simple tool to report the PageRank of a given site. Try an example at
http://pagerank.nfriedly.com or host your own.Plays nicely with most node.js 0.8+ environments, including heroku. Expects
[REDISCLOUD_URL][rediscloud], [STRIPE_PRIVATE_KEY][stripe] environment variables. The
`REDISCLOUD_URL` variable should be in the form of:redis://username:password@server:port
[stripe]: https://manage.stripe.com/account/apikeys
[rediscloud]: http://redis-cloud.com/You'll also need to edit public/config.js with your stripe public keys and site's domain.
⚠️ No longer working ⚠️
-----------------------Google turned off the API that this library used, so the library is no longer functional.
GPLv3 License:
--------------Copyright (c) 2013 Nathan Friedly - http://nfriedly.com
Released under the GNU General Public License Version 3: https://www.gnu.org/licenses/gpl
This project is not affiliated with Google in any way.