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

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

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]
```