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.
- Host: GitHub
- URL: https://github.com/guilhermebkel/spotify-clone
- Owner: guilhermebkel
- License: mit
- Created: 2019-07-04T11:04:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-07T00:10:49.000Z (about 6 years ago)
- Last Synced: 2025-10-23T02:48:39.434Z (8 months ago)
- Topics: express, node, oauth2, react, redux, rest-api, restful-api, spotify
- Language: JavaScript
- Homepage: https://guilhermebkel.github.io/Fake-Spotify/
- Size: 5.06 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/'
```