1.0.1 • Published 5 years ago

unomi-node v1.0.1

Weekly downloads
19
License
Apache-2.0
Repository
github
Last release
5 years ago

Apache Unomi

Getting Stared

You can install the Apache Unomi Node.js SDK using npm or yarn:

npm install --save unomi-node
yarn add unomi-node

Connect to Unomi

You can connect to Unomi using the connect function:

import unomisdk from "unomi-node";

const unomi = unomisdk.connect({
  url: "http://localhost:8181",
  auth: {
    username: "karaf",
    password: "karaf"
  }
});

export default unomi;

From now, everytime we refer to the variable unomi, we're referring to the exported above Unomi instance. Continue reading on GitBook!

LICENSE

Apache 2.0

1.0.1

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.6-unstable

5 years ago

0.0.5-unstable

5 years ago

0.0.4-unstable

5 years ago

0.0.3-unstable

5 years ago

0.0.2-unstable

5 years ago

0.0.1-unstable

5 years ago