https://github.com/johanbrook/meteor-spotify-boilerplate
https://github.com/johanbrook/meteor-spotify-boilerplate
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/johanbrook/meteor-spotify-boilerplate
- Owner: johanbrook
- Created: 2016-08-08T10:45:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-09T08:21:09.000Z (almost 10 years ago)
- Last Synced: 2025-01-21T22:42:48.610Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Skeleton Meteor app
Includes configuration for running on Cordova, as well as Spotify OAuth2.
## Setup
1. Install Meteor >1.4 on your machine.
```
curl https://install.meteor.com/ | sh
```
or https://www.meteor.com/install.
2. Create a `settings.json` in the root of the project (this file is gitignored) with this content:
```
{
"spotify": {
"clientId": "",
"secret": ""
}
}
```
Then:
```
npm install # Install dependencies
npm start # Start the Meteor app
# Visit localhost:3000 in browser and login with Spotify!
```
<3 <3 <3 @johanbrook <3 <3 <3