Skip to content

Multi-user listening experience featuring an Enthusiasm graphing web app

License

Notifications You must be signed in to change notification settings

cschar/enthusto

Repository files navigation

enthusto

screenshot

develop locally

npm run start or nodemon app.js

make sure you have mongo running in another tab

mongod

push to zeit

#copy .env.example to .env.prod and change mongolab uri
MONGOLAB_URI=mongodb://myuser:[email protected]:31512/mydb
now --dotenv=.env.prod --public --npm

#make it point to enthusto.now.sh
now alias enthusto  

## free up instances
now ls enthusto
now rm enthusto

alltogether

now rm enthusto -y
now --dotenv=.env.prod --public --npm
now alias enthusto  

####possible TODOs

dont use roomID, use already established socket connections, namespace etc..

socket reference

https://stackoverflow.com/a/40829919/403403

based off https://github.com/sahat/hackathon-starter

About

Multi-user listening experience featuring an Enthusiasm graphing web app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published