## General
____________
### Author
* Josh McIntyre
### Website
* jmcintyre.net
### Overview
* Committr provides the latest git commit information via a web service
## Development
________________
### Git Workflow
* master for releases (merge development)
* development for bugfixes and new features
### Building
* make build
Build the application
* make clean
Clean the build directory
### Features
* Retrieve the latest git commit information for a specified repository
* Output the commit information in JSON format for consumption by web applications
### Requirements
* Requires the .NET framework (Microsoft or Mono)
### Platforms
* Linux
* Windows
## Usage
____________
### Web Browser Usage
* Call the web service url via AJAX with repo=reponame as a GET parameter
* Retrieve the desired latest commit information from the returned JSON