Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 494 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 494 Bytes

Datich

How to use

var datich = require('datich');

var dates = datich(html);

Result

dates [
  {
    value
    index
    isd // international standard date
  }
]

Command line utilization

node datich.js http://elixir-europe.org/events
node datich.js '20 April 2015' '21 Apr 2015'

Installation

Manually:

git clone git://github.com/elixirhub/datich.git

License

Datich is licensed under the MIT license.