Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/cstar/github-services int…
Browse files Browse the repository at this point in the history
…o cstar-master
  • Loading branch information
technoweenie committed Feb 1, 2011
2 parents 596f03e + bf095e3 commit 39b256a
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,5 @@ Thanks to the following people for making this possible
- Brian R. Jackson
- Eric Pierce
- Jonathan Gottfried
- Adam Duke
- Adam Duke
- Eric Cestari
22 changes: 22 additions & 0 deletions docs/gitlive
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
gitlive
=======

gitlive displays your GitHub pushes in realtime on your project homepage. See http://gitlive.com/ for mort information.

Install Notes
-------------

1. Activate service

2. Generate widget at http://gitlive.com/ for embedding on your project page.

Note: Service is active after first push on GitHub.

Developer Notes
---------------

data
- none

payload
- refer to docs/github_payload
5 changes: 5 additions & 0 deletions services/gitlive.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
service :gitlive do |data, payload|
provider_url = URI.parse("http://gitlive.com/hook")
Net::HTTP.post_form(provider_url,
{:payload => JSON.generate(payload)})
end

0 comments on commit 39b256a

Please sign in to comment.