Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 712 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 712 Bytes

Spotify Info Server

View and observe your top artists and tracks from your Spotify profile.

Installation

  1. Register a developer application with Spotify.

  2. Initialize the client keys for the Spotify application, redirect and callback url here.

    cp .env.example .env
  3. Install dependencies

    npm install

    or

    npm i
  4. Run the server and watch its files

    npm start

Built with