# @vaughan189/my-awesome-calculator

> A nice calculator

Latest version **4.0.2** (published 2020-05-06) · ISC license · 0 weekly downloads

## Install

```sh
npm install @vaughan189/my-awesome-calculator
pnpm add @vaughan189/my-awesome-calculator
yarn add @vaughan189/my-awesome-calculator
bun add @vaughan189/my-awesome-calculator
```

## Health

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

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 4.0.2 |
| Published | 2020-05-06 |
| First published | 2020-05-06 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 4.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Vaughan Po |
| Maintainers | vaughan189 |
| Keywords | Hello, calculator |

## Links

- npm: https://www.npmjs.com/package/@vaughan189/my-awesome-calculator
- Repository: https://github.com/vaughan189/my-awesome-calculator
- Homepage: https://github.com/vaughan189/my-awesome-calculator#readme
- Issues: https://github.com/vaughan189/my-awesome-calculator/issues
- npm.io page: https://npm.io/package/@vaughan189/my-awesome-calculator

## Recent versions

- 4.0.2 (latest) — 2020-05-06
- 4.0.1 — 2020-05-06

## README

Number Calculator
=========

A small library that adds 2 numbers

## Installation

  `npm install @vaughan189/my-awesome-calculator`

## Usage

    Typescript:
    import { Calculator } from '@vaughan189/my-awesome-calculator';
    const calculator = new Calculator();

    calculator.add(2,2);

    OR

    Javascript:
    const { Calculator } = require('@vaughan189/my-awesome-calculator');
    const calculator = new Calculator();

    calculator.add(2,2);
    
  
  Output should be: ` 4`


## Running Unit Tests

  `npm run test`

## Running esLint

  `npm run lint`

## Running code format

  `npm run format`

## Running code coverage

  `npm run coverage`

## Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

---
_Source: https://npm.io/package/@vaughan189/my-awesome-calculator · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
