JavaScript client for Awair's API.
This is a work in progress. Significant changes and documentation are incoming.
npm install --save awairor
yarn add awairimport {Awair} from "awair";
const bearerToken = "<your bearer token>";
const awair = new Awair({bearerToken});MIT