aledalgrande / spotify_api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Development

Development requires a postgres installation on the dev machine.

To deploy add the heroku git remote:

heroku git:remote -a spotify-api-90

and run:

git push heroku master

API

Artist list

/api/v1/artists?query=drake&offset=50

Request a list of artists with a query. Optional offset to get further results.

Favorites

/api/v1/artists/{spotify_id}

Requests, saves and returns a favorite artist. Favorites are saved in the database (only once).

About


Languages

Language:Ruby 99.2%Language:HTML 0.8%