An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Pop Cover - [popcover.pro](https://popcover.pro)

[![Netlify Status](https://api.netlify.com/api/v1/badges/89db21f7-d81b-44e5-80e1-f3975944efaa/deploy-status)](https://app.netlify.com/sites/elegant-easley-127a0a/deploys)

> Create your own "This is" Spotify playlist

![demo](demo.gif)

## Development

```bash
# start frontend dev server
yarn start

# start function server
yarn start:functions

# build app
yarn build
```