An open API service indexing awesome lists of open source software.

https://github.com/cored/github-crisply

Webhook for posting activity from a Github repository to Crisply
https://github.com/cored/github-crisply

Last synced: 10 months ago
JSON representation

Webhook for posting activity from a Github repository to Crisply

Awesome Lists containing this project

README

          

# Github::Crisply

Webhook for posting information from a Github repository to
Crisply[http://crisply.com]

## Usage

* Clone the repo
* Modify the config.yml file
* Push to heroku or another server
* Put the URL on admin section of your repo at Github pointing to your
deployed server.
* Profit

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request