1.1.0 • Published 6 years ago

myteepi v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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