Skip to content

mohan3d/kim-guru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kim-guru

A clone of kim.guru in golang, It uses apixu-api and apixu-go.

Installation

$ go get -u github.com/mohan3d/kim-guru

Run Locally

Make sure you have Go and the Heroku Toolbelt installed.

$ cd $GOPATH/src/github.com/mohan3d/kim-guru
$ export APIXU_KEY=<YOUR-APIXU-API-KEY>
$ heroku local

Your app should now be running on localhost:5000.
You should also install govendor.

Deployment

Deploy

Note: Don't forget to set config var APIXU_KEY.

Manual deployment

$ heroku create
$ heroku config:add APIXU_KEY=<YOUR-APIXU-API-KEY>
$ git push heroku master
$ heroku open