https://github.com/edsu/highscores
Displays retro arcade game highscores for original cataloging performed today using OCLC's Worldcat Live API.
https://github.com/edsu/highscores
Last synced: about 1 year ago
JSON representation
Displays retro arcade game highscores for original cataloging performed today using OCLC's Worldcat Live API.
- Host: GitHub
- URL: https://github.com/edsu/highscores
- Owner: edsu
- Created: 2013-02-08T15:45:57.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-09-16T18:58:51.000Z (over 12 years ago)
- Last Synced: 2025-05-12T13:12:38.113Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://cataloging.herokuapp.com
- Size: 167 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
highscores
==========
highscores is a NodeJS application that listens to the
[Worldcat Live API](http://experimental.worldcat.org/xwwg/)
to display [cataloging](http://en.wikipedia.org/wiki/Cataloging)
"highscores" for the day, in realtime, on the Web.
Install
-------
To get it running you will need to:
* install NodeJS, Git and Redis
* git checkout https://github.com/edsu/highscores.git
* cd highscores
* npm install
* node app.js
* open http://localhost:3000/ in your browser
The included Procfile should allow you to easily deploy to Heroku if you want.
You will just need to enable the free Redis database, which should be big enough
for keeping track of daily counts.
heroku addons:add redistogo
Authors
-------
* Sean Hannan (@MrDys)
* Ed Summers (@edsu)
License
-------
* CC0