Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/the-frey/enoaas
Brian Eno as a Service
https://github.com/the-frey/enoaas
Last synced: 12 days ago
JSON representation
Brian Eno as a Service
- Host: GitHub
- URL: https://github.com/the-frey/enoaas
- Owner: the-frey
- Created: 2015-10-24T12:16:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-25T11:53:23.000Z (over 9 years ago)
- Last Synced: 2024-11-20T22:16:07.423Z (2 months ago)
- Language: Ruby
- Size: 680 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eno as a Service
NB: has little to do with Brian Eno, and is not a service offering.
Generates music based on successive text messages sent to it.
## Usage
Visit `http://enoaas.herokuapp.com` to see it in action.
Text the number `+44 7860 033 606` your message. A little later, you should see and hear a change to the music and visuals.
## Development and Deployment
To run locally:
$ rake db:seed
$ rails sTo deploy:
- Currently assumes Heroku config w/MongoLab
- Set up a Clockwork account or API that posts to `http:///text`
- Party time.