0.9.7 • Published 4 years ago

programmer-almanac-generator v0.9.7

Weekly downloads
10
License
MIT
Repository
github
Last release
4 years ago

Programmer Almanac

Daily Almanac Event Caculator for programmer. Generate events of the day based on date you've passed (default today). Good luck.

Installation

npm i programmer-almanac

or

yarn add programmer-almanac

Usage

in ES Module:

import * as Almanac from 'programmer-almanac'
Almanac.init(new Date())

in commonjs

const Almanac = require('programmer-almanac')
const almanac = Almanac.init(new date)

in browser

const almanac = Almanac.init(new date)

Use custom Almanac Events Set

use your own events

import { generateAlmanac } from 'programmer-almanac'

const CustomEvents = {
	Activities: [],
	tools: [],
	// other options
}

generateAlmanac(CustomEvents, new Date())
0.9.7

4 years ago

0.9.6

4 years ago

0.9.4

4 years ago

0.9.5

4 years ago

0.9.3

4 years ago

0.9.1

4 years ago

0.9.0

4 years ago