Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacebrowning/virtualboombox
Discover music playing nearby.
https://github.com/jacebrowning/virtualboombox
Last synced: 29 days ago
JSON representation
Discover music playing nearby.
- Host: GitHub
- URL: https://github.com/jacebrowning/virtualboombox
- Owner: jacebrowning
- License: mit
- Created: 2017-01-20T23:11:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-21T22:40:22.000Z (over 1 year ago)
- Last Synced: 2024-05-01T21:13:21.381Z (7 months ago)
- Language: Python
- Homepage: https://virtualboombox.com
- Size: 7.2 MB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Virtual Boombox
A web app to discover music playing nearby powered by [Last.fm](https://www.last.fm/) APIs.
[![CircleCI](https://img.shields.io/circleci/build/github/jacebrowning/virtualboombox)](https://circleci.com/gh/jacebrowning/virtualboombox)
## Usage
Install dependencies:
```
$ make install
```Generate test data:
```
$ make data
```Run the app:
```
$ make run
```