Node Module nm-human-date-range sample

node v6.17.1
version: 2.0.0
endpointsharetweet
This is a playground to test nm-human-date-range. It runs a completely standard copy of Node.js on a virtual server created just for you. Every one of npm’s 300,000+ packages are pre-installed, so try it out:
var humanDateRange = require("nm-human-date-range") var data = humanDateRange({ startDate: new Date(2017, 0, 1), endDate: new Date(2017, 0, 6)});
The nm-human-date-range was created base on [Fredrik Andersson's](https://blog.codeship.com/author/fredrikandersson/) post on CodeShip blog: https://blog.codeship.com/publishing-a-maintainable-npm-module-with-continuous-integration/
Loading…

no comments

    sign in to comment