# mooch-calc

> Convert days to Mooches

Latest version **1.0.0** (published 2018-03-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install mooch-calc
pnpm add mooch-calc
yarn add mooch-calc
bun add mooch-calc
```

Provides the command `mooch`.

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2018-03-15 |
| First published | 2018-03-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=4 |
| Dependencies | 2 |
| Unpacked size | 4.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Geoff Kimball |
| Maintainers | gakimball |
| Keywords | mooch, convert, calculate, calculator |

## Links

- npm: https://www.npmjs.com/package/mooch-calc
- Repository: https://github.com/gakimball/mooch-calc
- Homepage: https://github.com/gakimball/mooch-calc#readme
- Issues: https://github.com/gakimball/mooch-calc/issues
- npm.io page: https://npm.io/package/mooch-calc

## Dependencies (2)

- [meow](https://npm.io/package/meow.md) ^4.0.0
- [chalk](https://npm.io/package/chalk.md) ^2.3.2

## Recent versions

- 1.0.0 (latest) — 2018-03-15

## README

# mooch-calc

> Convert days to Mooches

[![Travis](https://img.shields.io/travis/gakimball/mooch-calc.svg?maxAge=2592000)](https://travis-ci.org/gakimball/mooch-calc) [![npm](https://img.shields.io/npm/v/mooch-calc.svg?maxAge=2592000)](https://www.npmjs.com/package/mooch-calc)

## Installation

```bash
npm install mooch-calc
```

## Usage

```js
const moochCalc = require('mooch-calc');

moochCalc(10); // => 1
moochCalc(145); // => 14.5
```

## API

### moochCalc(days)

Convert days to [Mooches](https://en.wikipedia.org/wiki/List_of_humorous_units_of_measurement#Mooch).

- **days** (Number) - Number of days to convert.

Returns a number or float.

## CLI

```
Usage
  $ mooch <days>

Example
  $ mooch 31
  31 days is 3.1 Mooches
```

## Local Development

```bash
git clone https://github.com/gakimball/mooch-calc
cd mooch-calc
npm install
npm test
```

## License

MIT &copy; [Geoff Kimball](http://geoffkimball.com)

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