This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
timeapi /
README
timeapi ======== An online date/time parsing service, based on the 'chronic' ruby gem. Overview --------- Chronic [ http://chronic.rubyforge.org/ ] is a natural language date/time parser written in pure Ruby. TimeAPI just adds an RESTful service around chronic. Usage ------ From a browser visit http://chronic.heroku.com/ and fill the textbox with a string containing a natural language date. Examples: 'tomorrow', 'in two hours' etc. API (just one method) is available on URL http://chronic.heroku.com/pdt/{your_string} For example: http://chronic.heroku.com/pdt/in+two+hours








