Created during Local Hack Day at CU Boulder in correlation with HackCU.
Our vision is to create a way for people to explore the trending, popular music from everywhere around the world.
Developed and working on Mac OSX 10.10.
- Node.js - Download and Install Node.js, nodeschool has free node tutorials to get you started.
- MongoDB - Download and Install mongodb - Checkout their manual if you're just starting.
dotenv
Create a .env file at the root directory and place all API keys/tokens in there in this fashion:
DB_CONNECTION=<insert db connection here>
SOUNDCLOUD_ID=<insert soundcloud client ID here>
SOUNDCLOUD_SECRET=<insert soundcloud client secret here>
SOUNDCLOUD_URI=https://soundcloud.com/connect
MongoDB
MORE TO COME HERE.
$ npm install
$ npm start