seasons-dates

0.0.1 • Public • Published

Seasons Dates

Software License Build Status

Installation

npm install seasons-dates

Usage

var Seasons = require('seasons-dates');

var seasons = new Seasons('2017');
console.log(seasons);

/*
returns multiple Date objects:
{
    "spring":"2017-03-20T10:29:00.000Z",
    "summer":"2017-06-21T03:24:00.000Z",
    "autumn":"2017-09-22T19:01:00.000Z",
    "winter":"2017-12-21T16:28:00.000Z"
}
*/

Note: The dates might not be accurate, consider the code in beta release.

Credits

License

The MIT License (MIT). Please see License File for more information.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    5
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    5

Package Sidebar

Install

npm i seasons-dates

Weekly Downloads

5

Version

0.0.1

License

MIT

Last publish

Collaborators

  • niklongstone