# choo-time

> Created with choo-cli

Latest version **0.2.1** (published 2016-12-06) · MIT license · 0 weekly downloads

## Install

```sh
npm install choo-time
pnpm add choo-time
yarn add choo-time
bun add choo-time
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.1 |
| Published | 2016-12-06 |
| First published | 2016-12-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | mattmcfarland, ronnross |

## Links

- npm: https://www.npmjs.com/package/choo-time
- npm.io page: https://npm.io/package/choo-time

## Dependencies (2)

- [choo](https://npm.io/package/choo.md) ^3.2.0
- [filesaver.js](https://npm.io/package/filesaver.js.md) ^0.2.0

## Recent versions

- 0.2.1 (latest) — 2016-12-06
- 0.2.0 — 2016-12-06
- 0.1.0 — 2016-12-01
- 0.0.0 — 2016-12-01

## README

# choo-time 

![asdfasdf](./assets/hacktime.gif)

## Quickstart

It is quick and easy to start hacking time. Add it to your project using npm, implement it as a choo middleware, and then add a line of code to your reducers hash.

installation from npm:

 `npm install choo-time --save-dev`

add as a middleware:

```
const chooTime = require('choo-time')

app.use(chooTime())
```

add the "refresh" reducer

``` 
var myModel = {
    reducers: {
        refresh: (data, state) => state,
        ...
    }
}
```

start your app and then you should see a red smiley face button
in the button right of your app. 

![happy face](./assets/happyface.png)

Start click through your app and watch the tool button enumerate. 
This is a count of your actions. 

Click on the button and check out the complete timeline of actions for your app

![popped out window](http://i.imgur.com/eWPtjio.png)

---
_Source: https://npm.io/package/choo-time · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
