Skip to content

heroku-dev-rel/disco-chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disco Chat

A Node.js application used to show-off my favorite Heroku features. Though it could easily be adapated to power the playlist at your next party.

This is what it once looked like:

Screenshot

Development Dependencies

Dependency Config Vars (see .env-example)
Node V4.0 N/A
Postgres DATABASE_URL
Redis REDIS_URL
RDIO RDIO_CLIENT_ID, RDIO_CLIENT_SECRET
Twilio N/A

Twilio is used to proxy track requests sent via. SMS messages, the relevant endpoint is http://{*}.herokuapp.com/api/sms.

You can expose this endpoint if you're working locally with something like ngrok

App Architecture

App Arch

Install

  1. npm install - Install dependencies

Run

  1. heroku local - Start the app
  2. gulp - live reload/compilation (seperate CLI tab)

Test

  1. npm test - To date, this is only configured to validate w. standards.`

About

A Node.js application used to show-off my favorite Heroku features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.7%
  • Other 0.3%