Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmcgavin/spotifyer
Turn your local music library into Spotify playlists.
https://github.com/jmcgavin/spotifyer
material-ui spotify spotify-api spotify-web-api typescript webapp
Last synced: 20 days ago
JSON representation
Turn your local music library into Spotify playlists.
- Host: GitHub
- URL: https://github.com/jmcgavin/spotifyer
- Owner: jmcgavin
- Created: 2024-05-30T04:12:55.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-24T16:09:52.000Z (about 1 month ago)
- Last Synced: 2024-11-24T17:19:56.593Z (about 1 month ago)
- Topics: material-ui, spotify, spotify-api, spotify-web-api, typescript, webapp
- Language: TypeScript
- Homepage:
- Size: 183 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spotifyer
Turn your local music library into Spotify playlists.
Spotifyer is a tool that lets you search for your local music files on Spotify and add then them to playlists.
## Getting Started
1. Run `npm install`
2. Create a `.env.local` file with `VITE_SPOTIFY_CLIENT_ID={spotify-client-id}` where `{spotify-client-id}` is your Spotify Client ID
3. Run `npm start`