Skip to content

Find the sound you were looking for. Made with Spotify API, React, TypeScript, SWR and Styled Components

Notifications You must be signed in to change notification settings

guido-an/daily-music-inspiration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Daily Music Inspiration

Get your daily music ispiration based on your mood and preferences.

Technologies Used

  • React
  • TypeScript
  • SWR for data caching
  • Styled Components

Run the app locally

To install the necessary dependencies and start the development server:
npm i && npm start

Create .env.local file with the following data:
REACT_APP_SPOTIFY_API_ENDPOINT=https://api.spotify.com/v1
REACT_APP_SPOTIFY_CLIENT_ID=<REACT_APP_SPOTIFY_CLIENT_ID>
REACT_APP_SPOTIFY_API_ENDPOINT=<REACT_APP_SPOTIFY_CLIENT_SECRET>
REACT_APP_SPOTIFY_ACCESS_TOKEN=<REACT_APP_SPOTIFY_ACCESS_TOKEN>

Getting started with Spotify Web API: https://developer.spotify.com/documentation/web-api/tutorials/getting-started

About

Find the sound you were looking for. Made with Spotify API, React, TypeScript, SWR and Styled Components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published