Skip to content

ingfy/pvd-suggest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pvd-suggest: PrognosisVacationDateSuggestion

NPM version

The best module ever.

InstallS

$ npm install --save ingfy/pvd-suggest

Usage

var pvdSuggest = require('../');

var period = pvdSuggest.Period.from(2014, 9).to(2015, 4);  // October 14 to May 15
var input = '01';
var num = 5;
console.log(pvdSuggest.createSuggestions(period, input, num)); // [01.10.2014, ...]

API

(Coming soon)

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using gulp.

License

Copyright (c) 2015 Yngve Svalestuen. Licensed under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published