# project1-anartz

> Simple Math Operations Node Module in JS

Latest version **1.1.1** (published 2018-10-31) · ISC license · 0 weekly downloads

## Install

```sh
npm install project1-anartz
pnpm add project1-anartz
yarn add project1-anartz
bun add project1-anartz
```

## 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.1.1 |
| Published | 2018-10-31 |
| First published | 2018-10-30 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Anartz Mugika |
| Maintainers | mugan86 |
| Keywords | course, practice, node, in, js, math, operations |

## Links

- npm: https://www.npmjs.com/package/project1-anartz
- Repository: https://github.com/mugan86/course-practice-npm
- Homepage: https://github.com/mugan86/course-practice-npm#readme
- Issues: https://github.com/mugan86/course-practice-npm/issues
- npm.io page: https://npm.io/package/project1-anartz

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 1.1.1 (latest) — 2018-10-31
- 1.1.0 — 2018-10-30
- 1.0.0 — 2018-10-30

## README

# Instructions to use

## Install
```npm install project1-anartz --save```

## Add import

```var op = require('project1-anartz');```

# Examples

```
// Execute math operations
console.log('Suma 2 + 2: ' + op.addition(2,2));
console.log('Resta 2 - 2: ' + op.subtraction(2,2));
console.log('Muiltplicación 2 * 2: ' + op.multiplication(2,2));
console.log('División 2 / 2: ' + op.division(2,2));
```

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