cdaas
v0.0.1-RC01
Published
CDaaS (Count Down as a Service) provides a RESTful service for creating countdowns
Downloads
2
Readme
About
CDaaS (Count Down as a Service) provides a RESTful service for creating countdowns
API
/to/:date
/to/:event/at/:date
/from/:timeamount
/from/:timeamount/for/:event
Params
date
- date in format ofYYYYMMddHHmmss
e.g.20130925181232
means2013-09-25 18:12:32
event
- name of the event being counted down totimeamount
- time amount in ms
Building
make test
runs the tests