Skip to content

wilsantow/Tuno

Repository files navigation

Tuno

Know your Top Tracks and Artists.

The Application runs using Spotify API . It allows users to view thier top artists and tracks.

Netlify Status

Try the live version tuno.netlify.app

To run the project locally

  1. Create an app in Spotify

  2. Set the callback url to http://localhost:3000/callback

    • Copy the client ID.

    • Create a new file .env.local in the root directory.

    • Set REACT_APP_CLIENT_ID="Your Client ID"

    • Set REACT_APP_REDIRECT_URI="http://localhost:3000/callback"

    • Set REACT_APP_SCOPE = "user-read-email user-top-read"

  3. Run

    • npm install

    • npm start


CREDITS

Design Inspiration : Replayify by Pasi Lampinen

About

Know your Top Tracks and Artists.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published