0.0.22 • Published 3 years ago

nako-server-sdk v0.0.22

Weekly downloads
43
License
MIT
Repository
github
Last release
3 years ago

Nako server-side SDK for JavaScript

Nako Overview

Nako is a developer first platform that you can grab as a building block to power activity feeds, operation history and application level audit trails.

Learn all about it on our website. If you prefer the technical side of things, we recommend that you take a look at our whole GitHub and at the live demo.

Requirement

We are building on Node 12, you safely use this SDK with Node 12 and up.

Getting started

This SDK is distributed publicly over on npm. You can simply pull on it.

Then you can simply init the SDK with your API key like so.

const { NakoApi } = require('nako-server-sdk')

const sdk = NakoApi.init("api_key")

Learn more

The SDK exposes methods to ingest and retrieve activities. Examples are available over in the API documentation.

Contributing

We welcome all contribution! You can always open an issue in this repo and we'll respond as soon as possible. But if you feel like sharing some of your precious time with us, be our guest and open a PR.

Setup

Run npm install

Build

Run npm run build

Tests

Set an API key with export NAKO_API_KEY=MY_API_KEY and then run npm run test

0.0.22

3 years ago

0.0.20

3 years ago

0.0.21

3 years ago

0.0.15

3 years ago

0.0.16

3 years ago

0.0.17

3 years ago

0.0.19

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago