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

https://github.com/guilhermebkel/spotify-clone

A spotify version made by me using their own API in order to fetch data.
https://github.com/guilhermebkel/spotify-clone

express node oauth2 react redux rest-api restful-api spotify

Last synced: 2 months ago
JSON representation

A spotify version made by me using their own API in order to fetch data.

Awesome Lists containing this project

README

          

# Fake-Spotify





A spotify version made by me using their own API in order to fetch data.

### Environmental
The following configurations must be in the root `.env`
```sh
NODE_ENV=development
CLIENT_ID=
CLIENT_SECRET=
PORT=3000
CLIENT_URL=http://localhost:3000/
SERVER_URL=http://localhost:5000/
SERVER_PORT=5000
```

These ones in the `src/config/env.js`
```sh
ONLINE_SERVER =
LOCAL_SERVER = 'http://localhost:5000/'
```