# node-here

> Here API wrapper for Node.js

Latest version **1.0.2** (published 2020-05-14) · 0 weekly downloads

## Install

```sh
npm install node-here
pnpm add node-here
yarn add node-here
bun add node-here
```

## 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 | 2020-05-14 |
| First published | 2017-03-13 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 0.10 |
| Dependencies | 2 |
| Unpacked size | 47.6 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Starchup Inc |
| Maintainers | glesage |
| Keywords | starchup |

## Links

- npm: https://www.npmjs.com/package/node-here
- Repository: https://github.com/Starchup/node-here
- Issues: https://github.com/Starchup/node-here/issues
- npm.io page: https://npm.io/package/node-here

## Dependencies (2)

- [request](https://npm.io/package/request.md) 2.88.2
- [request-promise](https://npm.io/package/request-promise.md) 4.2.5

## Alternatives

- [lodash.startswith](https://npm.io/package/lodash.startswith.md) — 769.7K weekly downloads
- [@tarojs/service](https://npm.io/package/@tarojs/service.md) — 33.9K weekly downloads
- [io.extendreality.tilia.indicators.spatialtargets.unity](https://npm.io/package/io.extendreality.tilia.indicators.spatialtargets.unity.md) — 131 weekly downloads
- [@rtarojs/taro](https://npm.io/package/@rtarojs/taro.md) — 90 weekly downloads
- [node-branch-io](https://npm.io/package/node-branch-io.md) — 50 weekly downloads

## Recent versions

- 1.0.2 (latest) — 2020-05-14
- 1.0.1 — 2019-12-26
- 1.0.0 — 2019-12-26
- 0.1.0 — 2019-12-12
- 0.0.2 — 2017-03-13

## README

# node-here
Here API wrapper for Node.js, fully promisified

#### Initialization

```
var HERE = require('node-here');
var conf = {
    AppId: "your_api_code",
    AppCode: "your_app_code"
};
var here = new HERE(conf);
```


#### Basic use

See tests for up to date parameters & format

```
here.Route.Calculate(origin, destination, waypoints, mode, departure);
```


#### Tests

`npm test` will run a linter and the tests in `test.js`  
The tests will not pass unless you edit the configuration there and set it to your Fabricare Instance.  
Feel free to use those tests as reference for your implementation.

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