npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

nako-client-sdk

v0.0.3

Published

Nako's JavaScript client SDK

Downloads

2

Readme

Nako client-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-client-sdk')

const sdk = NakoApi.init("api_key")

Soon, you'll also be able to init the client-side SDK with a token that will enforce the identity of a user or some other filtering options.

Learn more

The client SDK only exposes methods to retrieve activities. Ingesting activities should be done from your backend to prevent your users from logging invalid 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.