Skip to content

A slack integration for quoting the song you're currently listening to on spotify

Notifications You must be signed in to change notification settings

mattpatterson94/qms

Repository files navigation

Qms (Quote My Song)

Development

Setup
  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with cd assets && npm install
  • Install direnv via brew. brew install direnv
  • Copy .envrc.example to .envrc
Local Server
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Testing

  • Run mix test to run Exunit tests.
  • When branch is pushed, codeship automatically runs the test suite.

Deployment

  • When pushed to master, github sends hook to heroku and deploys.

About

A slack integration for quoting the song you're currently listening to on spotify

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published