wesleybliss / spotify-bulk-track-artists

Bulk track artists on Spotify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spotify Bulk Artist Tracker

TODO

  1. Organize code into a real project

Setup

  1. Create a Spotify project and update config with keys/tokens.
  2. Set the callback URL to your localhost & update the port in Gulp or bin/www.
# Clone the repository
$ ...

# Install global dependencies
$ npm install -g gulp
$ npm install -g supervisor

# Install project dependencies
$ npm install

Running

# Run
$ gulp

Accessing

In a browser, go to the URL:

http://localhost:8888/

About

Bulk track artists on Spotify


Languages

Language:JavaScript 80.4%Language:HTML 18.0%Language:CSS 1.6%