Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
walter-0 committed Sep 18, 2015
1 parent 12b2c07 commit d3d1235
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,24 @@ The Next Great Time-Waster
http://the_spotify_game.meteor.com/

![The Game](/screenshots/screenshot.png?raw=true)

## Technologies Used
- MeteorJS, a relatively new full-stack javascript framework.
- MongoDB, which is fully integrated into Meteor.
- The Echo Nest API, for artist and genre data.


## Installation
- To create a new Meteor application, run `meteor create <app_name>`.
- `cd <app_name>` into the <app_name> directory.
- Type `meteor` to start the local server.
- In your browser, enter the url `localhost:3000`.


## User Stories


## Unsolved Problems
- No Images: Finding a reliable source of artist images was difficult, and because of that, there are currently no images displayed in the app.
- No Mobile Design: This app needs to be redesigned in order to allow for an enjoyable experience on mobile devices.
- API Calls Too Slow: The HTTP requests for artist and genre data take several seconds and reduce the fluidity of the experience. Rate limits of the HTTP requests currently prevent the app from being used by multiple users simultaneously.

0 comments on commit d3d1235

Please sign in to comment.