GitHub - Nucleus-API/nucleus-api-ts-client

Skip to content

Navigation Menu

Sign in

Appearance settings

This repository was archived by the owner on Jul 3, 2023. It is now read-only.

Typescript client for Nucleus API

Instantiate the client and start making calls:

import NucleusAPIClient from 'nucleus-api-ts-client';

const nucleusAPI = new NucleusAPIClient(
    <your api key>,
    true // true in prod and false in dev
);