# GitLicense
REST API for discovering the license for a github repository.
## Usage
curl -i http://gitlicense.herokuapp.com/{user}/{repo}
The return value will be a JSON object of the following form.
{
repo: ":user",
user: ":repo",
license: "MIT License"
}