Skip to content

montyanderson/SmartPlay

Repository files navigation

SmartPlay

David DM

This project is discontinued, please check out Storm.

Install

  • Install Node.js and redis.

  • Clone the repository

  • Make config.json:

{
    "redis": {
        "port": 6379,
        "ip": "localhost",
        "auth": ""
    }
}
  • Set your API keys
$ redis-cli
127.0.0.1:6379> SET lastfm_id xxx-your-api-key-xxx
  • Install the dependencies
npm install
  • Run the app!
node server

Development

  • Automatically compile browserify and less scripts/styles
npm run dev
  • Automatically restart the node server on file change
npm install nodemon -g
nodemon server