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.
- Host: GitHub
- URL: https://github.com/karan/singular
- Owner: karan
- License: mit
- Created: 2014-08-03T18:26:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-06T16:51:59.000Z (about 11 years ago)
- Last Synced: 2025-04-04T23:29:50.628Z (9 months ago)
- Language: JavaScript
- Homepage: http://singular.goel.im/
- Size: 2.86 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Singular
========

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