@kernex/client
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

kernex-js-client

kernex.io Javascript Client

Installation

Npm

npm install @kernex/client

Yarn

yarn add @kernex/client

Getting Started

import kernexClient from '@kernex/client';

// Replace with your own app endpoint
const client = kernexClient({
  appUrl: 'https://api.kernex.io/v1',
  appApiKey: 'your-app-api-key',
});

Readme

Keywords

none

Package Sidebar

Install

npm i @kernex/client

Weekly Downloads

3

Version

1.0.1

License

ISC

Unpacked Size

14.6 kB

Total Files

21

Last publish

Collaborators

  • lupascudan