https://github.com/johnsylvain/pop-cover
💫 Spotify "This is" playlist creator
https://github.com/johnsylvain/pop-cover
artwork canvas jwt music serverless-functions spotify
Last synced: 2 days ago
JSON representation
💫 Spotify "This is" playlist creator
- Host: GitHub
- URL: https://github.com/johnsylvain/pop-cover
- Owner: johnsylvain
- Created: 2019-06-08T14:57:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:48:46.000Z (over 3 years ago)
- Last Synced: 2023-03-02T06:22:41.139Z (over 3 years ago)
- Topics: artwork, canvas, jwt, music, serverless-functions, spotify
- Language: JavaScript
- Homepage: https://popcover.pro
- Size: 7.84 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Pop Cover - [popcover.pro](https://popcover.pro)
[](https://app.netlify.com/sites/elegant-easley-127a0a/deploys)
> Create your own "This is" Spotify playlist

## Development
```bash
# start frontend dev server
yarn start
# start function server
yarn start:functions
# build app
yarn build
```