Node client for interacting with Tendzin.
npm install tendzin
To get a token log into tendzin.com and issue one for the relevant node:
import { getClient } from 'tendzin';
const client = getClient({ token: process.env.TOKEN, node: 'sydney' });
Node client for interacting with Tendzin.
npm install tendzin
To get a token log into tendzin.com and issue one for the relevant node:
import { getClient } from 'tendzin';
const client = getClient({ token: process.env.TOKEN, node: 'sydney' });
npm i tendzin
1
1.2.1
ISC
30.9 kB
14