https://github.com/fecony/weyer-vuejs-app
🚧 Abandoned Simple web player using Spotify API on vuejs
https://github.com/fecony/weyer-vuejs-app
Last synced: about 2 months ago
JSON representation
🚧 Abandoned Simple web player using Spotify API on vuejs
- Host: GitHub
- URL: https://github.com/fecony/weyer-vuejs-app
- Owner: fecony
- Created: 2019-03-10T15:55:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-05T08:23:04.000Z (almost 4 years ago)
- Last Synced: 2025-02-15T04:27:32.862Z (3 months ago)
- Language: Vue
- Homepage:
- Size: 215 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weyer
Simple web player using Spotify API on Vue
## TODO List
- Create other views
- _REMOVE JUNK CODE_
- Connect with Spotify API
- Fetch data for tracks & albums
- Create user login ?
- ...## Project setup
In order to use Backend server to receive/update token use `export` command to add URL's. Otherwise it will use https://localhost:8888
#### Note: Used [
](https://github.com/Fecony/weyer-nodejs-server) as backend server hosted on Heroku.
```
npm install
export VUE_APP_BASE_URL=[URL TO BACKEND SERVER]- Compiles and hot-reloads for development -
npm run serve
```> Or create `.env` file and add:
```
VUE_APP_BASE_URL=[URL TO BACKEND SERVER]
```