https://github.com/bfncs/heardlebert
https://github.com/bfncs/heardlebert
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bfncs/heardlebert
- Owner: bfncs
- Created: 2023-02-23T14:19:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-19T14:53:07.000Z (almost 2 years ago)
- Last Synced: 2024-09-08T22:53:19.514Z (almost 2 years ago)
- Language: TypeScript
- Homepage: https://heardlebert.netlify.app
- Size: 329 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# heardlebert
```shell
# Install dependencies
npm install
# Start for development
VITE_SPOTIFY_CLIENT_ID=myClientId VITE_SPOTIFY_CLIENT_SECRET=myClientSecret npm run dev
# Build website
VITE_SPOTIFY_CLIENT_ID=myClientId VITE_SPOTIFY_CLIENT_SECRET=myClientSecret npm run build
```
You can generate API credentials at https://developer.spotify.com/dashboard.