mattpatterson94 / qms

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Elixir 89.1%Language:JavaScript 8.5%Language:HTML 2.2%Language:CSS 0.1%