calendar-heatmap
=============================

Calendar where the background-color of each day can be color coded giving a heatmap-like overview for the year.

## Installation

```
$ npm install calendar-heatmap
```

Usage
----
```js
<Calendar
  fillData={obj}          // required
/>
```
