Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bntzio/vue-lastfm
A very simple vue app that grab n' show artists from the lastfm api 🎤
https://github.com/bntzio/vue-lastfm
lastfm pug stylus vue webpack
Last synced: 28 days ago
JSON representation
A very simple vue app that grab n' show artists from the lastfm api 🎤
- Host: GitHub
- URL: https://github.com/bntzio/vue-lastfm
- Owner: bntzio
- Created: 2017-07-03T23:52:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-04T03:48:27.000Z (over 7 years ago)
- Last Synced: 2024-12-24T07:56:21.098Z (about 1 month ago)
- Topics: lastfm, pug, stylus, vue, webpack
- Language: Vue
- Homepage: http://vue-lastfm.surge.sh
- Size: 8.05 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-lastfm
> A very simple vue app that grab n' show artists from the lastfm api 🎤
![vue-lastfm](vue-lastfm.gif)
## How to run
Grab your api key and secret from [last.fm](http://www.last.fm/api) and place them on the `src/api/config.example.js` and rename the file to `config.js`.
Then run:
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# or build for production with minification
npm run build
```