/spotify-my-slack

Show what's playing on Spotify as your Slack status

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Spotify my Slack Build Status Dependencies

Add to Slack

Local Development

  1. Have a local Postgres server running
  2. Copy .env.example to .env and fill in the placeholders
  3. Install nvm then run $ nvm install && npm install
  4. Run migrations: $ ./node_modules/.bin/sequelize db:migrate
  5. Install the Heroku Toolbelt
  6. $ npm run watch to start the server

Sequelize ORM

  1. Sequelize CLI is available at ./node_modules/.bin/sequelize
  2. Options are automatically provided to the command from .sequelizerc