# node-branch-io

> Branch.io SDK for Node JS

Latest version **2.0.0** (published 2016-12-07) · 50 weekly downloads

## Install

```sh
npm install node-branch-io
pnpm add node-branch-io
yarn add node-branch-io
bun add node-branch-io
```

## 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 | 2.0.0 |
| Published | 2016-12-07 |
| First published | 2016-03-22 |
| Weekly downloads | 50 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 0.10 |
| Dependencies | 2 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Starchup Inc |
| Maintainers | duranje, eahenke, glesage, lorage |
| Keywords | starchup |

## Links

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

## Dependencies (2)

- [request](https://npm.io/package/request.md) 2.79.x
- [request-promise](https://npm.io/package/request-promise.md) 4.1.x

## 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
- [@qmilab/lodestar-trace](https://npm.io/package/@qmilab/lodestar-trace.md) — 42 weekly downloads

## Recent versions

- 2.0.0 (latest) — 2016-12-07
- 1.0.1 — 2016-03-24
- 1.0.0 — 2016-03-22

## README

# Node Branch
[![Gitter](https://img.shields.io/badge/GITTER-join%20chat-green.svg?style=flat-square)](https://gitter.im/Starchup/node-branch-io?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

#### Docs
We mirrored the parameters from https://github.com/BranchMetrics/Deferred-Deep-Linking-Public-API for all methods. Parameters are passed as objects.

#### Init
```
branch = require(node-branch-io);
```

#### Use
* Creating a New Branch App Config 
```
branch.app.create({PARAMETERS});
```
See parameters & return result at https://github.com/BranchMetrics/Deferred-Deep-Linking-Public-API#creating-a-new-branch-app-config

* Updating a Branch App Config
```
branch.app.update({PARAMETERS});
```
See parameters & return result at https://github.com/BranchMetrics/Deferred-Deep-Linking-Public-API#updating-a-branch-app-config

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