myteepi
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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);

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i myteepi

Weekly Downloads

6

Version

1.1.0

License

MIT

Unpacked Size

34.3 kB

Total Files

15

Last publish

Collaborators

  • dramloc