@smartmonkey/planner
TypeScript icon, indicating that this package has built-in type declarations

0.3.3 • Public • Published

Installation

You can add the library using npm or yarn:

npm install @smartmonkey/planner --save

or:

yarn add @smartmonkey/planner

Quickstart

To use planner services you need to create a User and an API Key in our site: https://planner.smartmonkey.io/h/settings/developers/api-keys

Now you can use the services by just using:

const { createPlanner } = require("@smartmonkey/planner");
const planner = createPlanner(YOUR_API_KEY);

Running tests

To run test you'll need to declare an environment variable PLANNER_PRIVATE_KEY with a working key created in our webpage (You can just move .env-example to .env). Then just run the tests with:

npm run test

Readme

Keywords

Package Sidebar

Install

npm i @smartmonkey/planner

Weekly Downloads

8

Version

0.3.3

License

MIT

Unpacked Size

109 kB

Total Files

128

Last publish

Collaborators

  • dustdev_sm
  • pablomartinez