License badge for your Github repos.
Git License give you a easy way to display license on github. We use github license api to get license of you repo.
[![GitLicense](https://gitlicense.com/badge/:user/:repo)](https://gitlicense.com/license/:user/:repo)
<a href="https://gitlicense.com/license/:user/:repo">
<img src="https://gitlicense.com/badge/:user/:repo"/>
</a>
.. image:: https://gitlicense.com/badge/:user/:repo
:target: https://gitlicense.com/license/:user/:repo
If Github api can't provide your repo's license, your repo have to have a .gitlicense
file with following patern in order to be recognised.
{
"license" : "License name",
"url" : "License url"
}
Example can be found in this file
- Add more test.
- Shields.io for the badges
- Hapi for server framwork