# quicklogjs

> JavaScript (ES6) client library (SDK) for Quicklog.io API

Latest version **0.1.0** (published 2018-09-30) · MIT license · 0 weekly downloads

## Install

```sh
npm install quicklogjs
pnpm add quicklogjs
yarn add quicklogjs
bun add quicklogjs
```

## 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.1.0 |
| Published | 2018-09-30 |
| First published | 2018-09-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 8.4 KB |
| Known vulnerabilities | 0 (+24 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 1 |
| Author | quicklog.io |
| Maintainers | quicklog |
| Keywords | quicklog.io, api, client |

## Links

- npm: https://www.npmjs.com/package/quicklogjs
- Repository: https://github.com/quicklog-io/quicklog-js
- Issues: https://github.com/quicklog-io/quicklog-js/issues
- npm.io page: https://npm.io/package/quicklogjs

## Dependencies (1)

- [axios](https://npm.io/package/axios.md) ^0.18.0

## Alternatives

- [launchdarkly-js-client-sdk](https://npm.io/package/launchdarkly-js-client-sdk.md) — 2.5M weekly downloads
- [@elastic/elasticsearch](https://npm.io/package/@elastic/elasticsearch.md) — 2.1M weekly downloads
- [@c8y/client](https://npm.io/package/@c8y/client.md) — 15.3K weekly downloads
- [@signaldb/maverickjs](https://npm.io/package/@signaldb/maverickjs.md) — 1.7K weekly downloads
- [@bbc/http-transport-cache](https://npm.io/package/@bbc/http-transport-cache.md) — 1.2K weekly downloads

## Recent versions

- 0.1.0 (latest) — 2018-09-30

## README

quicklog-js
=========

JavaScript (ES6) client library (SDK) for the Quicklog.io API

## Installation

  `npm install quicklog`

## Usage

    var numFormatter = require('quicklog');

    var formattedNum = numFormatter(35666);


  Output should be `35,666`


## Tests

  `npm test`

## 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/quicklogjs · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
