# chrono-refiner-wholemonth

> A chrono refiner to extract whole month ranges

Latest version **0.0.4** (published 2016-04-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install chrono-refiner-wholemonth
pnpm add chrono-refiner-wholemonth
yarn add chrono-refiner-wholemonth
bun add chrono-refiner-wholemonth
```

## 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.0.4 |
| Published | 2016-04-26 |
| First published | 2016-03-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Jonathan Bowers |
| Maintainers | jonotron |

## Links

- npm: https://www.npmjs.com/package/chrono-refiner-wholemonth
- Repository: https://github.com/jonotron/chrono-refiner-wholemonth
- Homepage: https://github.com/jonotron/chrono-refiner-wholemonth#readme
- Issues: https://github.com/jonotron/chrono-refiner-wholemonth/issues
- npm.io page: https://npm.io/package/chrono-refiner-wholemonth

## Dependencies (2)

- [moment](https://npm.io/package/moment.md) ^2.12.0
- [chrono-node](https://npm.io/package/chrono-node.md) ^1.1.6

## Recent versions

- 0.0.4 (latest) — 2016-04-26
- 0.0.3 — 2016-03-22
- 0.0.2 — 2016-03-22
- 0.0.1 — 2016-03-22

## README

[![Build Status](https://travis-ci.org/jonotron/chrono-refiner-wholemonth.svg?branch=master)](https://travis-ci.org/jonotron/chrono-refiner-wholemonth)

# chrono-refiner-wholemonth
A chrono refiner for returning whole month ranges

# Installation

    npm install chrono-refiner-wholemonth

# Usage

Add the refiner to any chrono parser you need it in.

```javascript
import chrono from 'chrono-node'
import wholeMonth from 'chrono-refiner-wholemonth'

const parser = new chrono.Chrono
parser.refiners.push(wholeMonth)

parser.parse('Jan - Feb') // returns start: Jan 1, 2016 end: Feb 29, 2016
```

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