SkillAgentSearch skills...

Highscores

Displays retro arcade game highscores for original cataloging performed today using OCLC's Worldcat Live API.

Install / Use

/learn @edsu/Highscores
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

highscores

highscores is a NodeJS application that listens to the Worldcat Live API to display 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

Related Skills

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated8y ago
Forks3

Languages

JavaScript

Security Score

55/100

Audited on Nov 22, 2017

No findings