An open API service indexing awesome lists of open source software.

https://github.com/connor11528/spotify-starter

integrates spotify and songkick api with angular and express
https://github.com/connor11528/spotify-starter

Last synced: 11 months ago
JSON representation

integrates spotify and songkick api with angular and express

Awesome Lists containing this project

README

          

Spotify starter
=====
> Find concerts happening near you for artists you follow on Spotify

* angular-spotify: https://github.com/eddiemoore/angular-spotify

* songkick API: http://www.songkick.com/developer/upcoming-events-for-artist

#### Getting started
```
$ git clone
$ npm install
$ nodemon server
```

### Deployment

```sh
heroku create
heroku config:set NODE_ENV=production
heroku addons:create mongolab:sandbox
heroku config | grep MONGOLAB_URI
git push heroku master
heroku ps:scale web=1
```