Skip to content

jorgefl8/SpotifyWebAppSvelte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpotifyWebAPISvelte

  • This app show your playlist on spotify with the number of tracks associated.

  • The backend is developed in NodeJS and the frontend in Svelte.

  • Using authorization by OAUTH.

  • STEPS FOR USING:

    1. Run the command npm install & then in /frontend run the command npm install.
    2. If you want to run in developer mode, then run the command npm start in the root directory and npm run dev -- in the /frontend directory at the same time. If poppers error comes out, go to /frontend/node_modules/@popperjs/core/package.json and add "type: "module" . Then go to http://localhost:5173.
    3. If you want to run in production mode, then run the command npm start in the root directory, and go to http://localhost:+process.env.PORT or 12345. Remember to run the command npm run build in the /frontend directory before.

About

SpotifyWeb App on Svelte using OAUTH

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published