dmotz / yearcal

πŸ“… My loose grasp on time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YearCal

My loose grasp on time

or: A yearlong calendar in one percent increments

by Dan Motzenbecker


YearCal

yearcal.svg is ready to print. To customize the calendar, read the section below.

DIY

To generate your own SVG file, run the index script and redirect its output to a file:

$ node src/index.js > cal.svg

You can also open index.html in a browser. src/html.js contains an alternative version that renders the calendar with HTML nodes rather than SVG.

All configuration settings (colors etc.) are exposed in top level constants.

The small circles represent days with full moons and can be disabled.

About

πŸ“… My loose grasp on time

License:GNU General Public License v3.0


Languages

Language:JavaScript 85.9%Language:SCSS 11.6%Language:HTML 2.5%