Skip to content

mixmastermike/aleatory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aleatory

[a·le·a·to·ry] is a musical description, referring music composed with elements of random choice

This project attempts to create music from events streaming in Twitter. Inspiration for the project comes from work done at http://www.bitlisten.com/ and https://github.com/soulwire/sketch.js

Getting Started

This project requires Go v1.6+

# get the source
cd /path/to/your/go/projects
go get github.com/mixmastermike/aleatory
# ensure the dependancies are present
cd src/github.com/mixmastermike/aleatory
glide install
# to run tests
go test $(go list ./... | grep -v '/vendor/')
# to run
go build -o aleatory github.com/mixmastermike/aleatory/app
./aleatory -consumer-key={aa} -consumer-secret={bb} -access-token={cc} - access-secret={dd}

# open http://localhost:8080 in your favorite browser

Credits

About

A project to create music from events streaming in Twitter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published