@acklo/node-sdk
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

@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({
  applicationKey: "[YOUR APPLICATION KEY]",
  environmentName: "local",
});

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

Readme

Keywords

none

Package Sidebar

Install

npm i @acklo/node-sdk

Homepage

acklo.app

Weekly Downloads

0

Version

0.2.0

License

Apache-2.0

Unpacked Size

148 kB

Total Files

57

Last publish

Collaborators

  • alexpls