Skip to content

thekevinjones/spotify-my-slack

 
 

Repository files navigation

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

About

Show what's playing on Spotify as your Slack status

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.4%
  • HTML 16.7%
  • CSS 3.9%