# nzokdat-calculator-lib

> Simple calculator API hosted on APIMATIC

Latest version **1.0.2** (published 2015-05-21) · 0 weekly downloads

## Install

```sh
npm install nzokdat-calculator-lib
pnpm add nzokdat-calculator-lib
yarn add nzokdat-calculator-lib
bun add nzokdat-calculator-lib
```

## 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.2 |
| Published | 2015-05-21 |
| First published | 2015-05-17 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Known vulnerabilities | 0 (+2 in 2 direct dependencies) |
| Install scripts | no |
| Author | APIMATIC SDK Generator |
| Maintainers | nzokdat |

## Links

- npm: https://www.npmjs.com/package/nzokdat-calculator-lib
- npm.io page: https://npm.io/package/nzokdat-calculator-lib

## Dependencies (3)

- [string](https://npm.io/package/string.md) ^3.1.1
- [request](https://npm.io/package/request.md) ^2.55.0
- [querystring](https://npm.io/package/querystring.md) ^0.2.0

## Recent versions

- 1.0.2 (latest) — 2015-05-21
- 1.0.1 — 2015-05-21
- 1.0.0 — 2015-05-17

## README

APIMATICCalculatorLib
=================
This API SDK was automatically generated by APIMATIC BETA v2.0


How To Build: 
=============
The generated code relies on node package manager (npm) being available to resolve dependencies.
To install the library, issue the following command. 

    npm install apimaticcalculatorlib --save

How To Use:
===========
The following shows how import the controllers and use:

1) Import the module:

        var apimaticcalculatorlib = require('apimaticcalculatorlib');

2) Configure any authentication parameters. For example:

        var config = apimaticcalculatorlib.configuration;
        config.apikey = a_secret_key;

3) Access various controllers by:

        var controller = apimaticcalculatorlib.XYZ;
        controller.getItems(id, callback);

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