Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gdiggs/what_should_i_listen_to
Go application to get a random record to listen to
https://github.com/gdiggs/what_should_i_listen_to
Last synced: 7 days ago
JSON representation
Go application to get a random record to listen to
- Host: GitHub
- URL: https://github.com/gdiggs/what_should_i_listen_to
- Owner: gdiggs
- Created: 2013-05-03T02:37:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-20T19:04:38.000Z (over 11 years ago)
- Last Synced: 2024-12-11T17:21:52.914Z (about 1 month ago)
- Language: Go
- Homepage: http://radiant-coast-5463.herokuapp.com/
- Size: 2.59 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What Should I Listen To?
### Grabs a random entry from [rayons](https://github.com/GordonDiggs/rayons) and displays it
### Running
```bash
$ go build
$ PORT=5000 ./what_should_i_listen_to
```