0.2.0 • Published 3 years ago

@acklo/node-sdk v0.2.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
3 years ago

@acklo/node-sdk

Node.js SDK for acklo.

🏠 acklo | 🚀 Getting started guide | 📘 SDK documentation

acklo's node SDK is hosted on NPM


Getting started

To see complete guides for getting started with the SDK, check out the acklo docs.

Install it...

# Using NPM
npm install --save @acklo/node-sdk

# ... or using Yarn
yarn add @acklo/node-sdk

Use it...

// index.js
const acklo = new require("@acklo/node-sdk").AckloClient({
  applicationName: "my-app",
  environmentName: "local",
  accessToken: "[Your SDK access token]",
});

await acklo.connect();

const todaysGreeting = acklo.get("config.greeting");
console.log(`${todaysGreeting} there!`);

Examples

Examples of how to use acklo have been set up in the examples directory of this repo.

Contributing

0.2.0

3 years ago

0.2.0-pre1

3 years ago

0.1.0

3 years ago

0.0.21

3 years ago

0.0.20

3 years ago

0.0.19

3 years ago

0.0.18

3 years ago

0.0.17

3 years ago

0.0.16

3 years ago