An open API service indexing awesome lists of open source software.

https://github.com/zigomir/cntdys

because calendars are too fat
https://github.com/zigomir/cntdys

calendar javascript

Last synced: about 1 year ago
JSON representation

because calendars are too fat

Awesome Lists containing this project

README

          

# count'em days

> half KB JS calendar

## goals

- separate calendar logic from ui
- minimal size
- modern – use ES modules for delivery

## development

- developed with Deno v2

## usage

```html

import { calendarMonth } from 'https://esm.sh/jsr/@ziga/cntdys@0.7.0'
console.log('calendarMonth', calendarMonth(2017, 9))
// or with different start of the week
console.log('calendarMonth', calendarMonth(2017, 9, 1)) // start week on Monday (0 = Sunday)

```

or with `npm install cntdys`.

## what about ui?

[caly](https://github.com/zigomir/caly)