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

https://github.com/karan/singular

Mapping the world’s sounds.
https://github.com/karan/singular

Last synced: 9 months ago
JSON representation

Mapping the world’s sounds.

Awesome Lists containing this project

README

          

Singular
========

![logo](https://github.com/karan/Singular/raw/master/screen.png)

Maps the location of tweets that contain songs in real time.

Node.js app with express.js. No db needed.

### Heroku

```bash
# edit stuff, add keys to config.json
$ git add .
$ git commit -m "helpful commit message"
$ git push heroku master
```