项目作者: montyanderson

项目描述 :
:musical_note: A smart playlist generator.
高级语言: JavaScript
项目地址: git://github.com/montyanderson/SmartPlay.git
创建时间: 2015-07-27T09:00:16Z
项目社区:https://github.com/montyanderson/SmartPlay

开源协议:Apache License 2.0

下载


SmartPlay

David DM

This project is discontinued, please check out Storm.

Install

  • Install Node.js and redis.

  • Clone the repository

  • Make config.json:

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

Development

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