Enter the last song you listened to and discover a spot that suits you. Live on the interwebs here
Author Ian Civgin
Email imciv2@gmail.com
Site https://sound-bites.herokuapp.com
To help sometimes indecicive people (like myself) find a good place to hangout (eat, drink, mingle, etc.). We might not know what type of food we want f 61EB or dinner, but we probably chose the last song we listened to based on our mood. So why not use that information?
It's rather simple. SoundBites runs your song through an algorithm that converts it to food keywords. Then it searches for a great place to eat.
- Node.js
- Express
- Body-Parser
- Bcrypt
- Express-Session
- Bootstrap
- jQuery
- Handlebars
- Leaflet/Mapbox
- Mongo/Mongoose
- Heroku/MongoLab
The following assumes you have Node, Express, and Mongo installed on your system.
- First clone this repo
https://github.com/icivgin/sound-bites
- Navigate to the parent directory
- Run
npm install
to install dependent modules - Start a mongo server
mongod
and runnode server.js
- You're good to go!