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
- Host: GitHub
- URL: https://github.com/connor11528/spotify-starter
- Owner: connor11528
- Created: 2015-10-21T00:29:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-02T10:23:23.000Z (about 10 years ago)
- Last Synced: 2025-01-05T13:24:53.667Z (about 1 year ago)
- Language: CSS
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```