Skip to content

kzk/clj-campfire-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

clj-campfire-proxy is a proxy server to Campfire API.

Requirements

Running locally

Please create .env file at first.

$ cp .env.sample .env
$ emacs .env
$ export $(cat .env)
$ lein deps
$ foreman start

Running as Heroku app

$ heroku create clj-campfire-proxy-production --stack cedar
$ heroku config:add CAMPFIRE_USER=hogehogeinc
$ heroku config:add CAMPFIRE_ROOM=312312
$ heroku config:add CAMPFIRE_APIKEY=000000000000000000000000000000
$ git push heroku master

Test

$ curl http://localhost:5000/recv/clk --data-binary @test/sample.json -H 'Content-Type: application/json; charset=utf-8'

See also

About

[Heroku] Proxy for Campfire API, written in Clojure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published