myteepi
Isomorphic MyTeepi API client -- works in browser and node. See MyTeepi product here.
Usage
Add myteepi
to your dependencies:
# using npm
npm i myteepi
# using yarn
yarn add myteepi
Use it in your project:
import MyTeepi from "myteepi";
const api = new MyTeepi("my-teepi-username", "my-teepi-password");
api.getDevices().then(console.log);