Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/spencermountain/somehow-calendar

calendar visualization
https://github.com/spencermountain/somehow-calendar

Last synced: 21 days ago
JSON representation

calendar visualization

Awesome Lists containing this project

README

        


somehow-calendar


— part of somehow

WIP svelte infographics



by
Spencer Kelly








**work-in-progress**

renders html calendars using [spacetime](https://github.com/spencermountain/spacetime) date library

demo:

`npm i somehow-calendar`

month-centered calendars from start to end dates, inclusive

```html

import { Quarter } from './src'
let days = {
'feb 2': 'orange',
'feb 18': 'blue',
'feb 28': 'green',
'march 28': 'blue',
'march 22': 'blue',
}


```

![image](https://user-images.githubusercontent.com/399657/109879024-101e3400-7c43-11eb-8e58-96b17596e2b4.png)

### API

- ``
- ``
- ``
- ``
- ``

### See also:

- [somehow](https://github.com/spencermountain/somehow) - partner svg dataviz
- [d3-time](https://github.com/d3/d3-time)
MIT