0.0.1 • Published 7 years ago

solar-months v0.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago
yarn add solar-months

or

npm install solar-months

then

const cal = require('solar-months');

const currentYearCal = cal(2017);
// returns an Array of an Array of months with days 
// as objects with { date Date, day Int, weekday Int }
0.0.1

7 years ago