Skip to content

jmcvetta/decisions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

decisions

API & web app for deciding randomly among choices.

Try It

You can try decisions at decisionmaker.herokuapp.com.

Develop

A working Go installation is required to compile decisions.

$ cd $GOPATH
$ go get github.com/jmcvetta/decisions

The application depends upon MongoDB, and Neo4j for data collection is in the works.

Deploy to Heroku

Procfile and .godir files are included, making deployment to Heroku a breeze:

$ cd $GOPATH/src/github.com/jmcvetta/decisions
$ heroku create --buildpack git://github.com/kr/heroku-buildpack-go.git
$ heroku addons:add mongolab:starter
$ heroku addons:add neo4j:try
$ git push heroku master

License

decisions is Free Software, licensed under the GPL v3.

About

API & web app for deciding randomly among choices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published