Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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