This package has been deprecated

Author message:

Moved permanently to @smartmonkey/planner

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

2.6.4 • Public • Published

Build Status codecov/

Installation

You can add the library using npm or yarn:

npm install highway-api --save

or:

yarn add highway-api

Quickstart

To use Highway services you need to create a User and an API Key in our site: https://highway.smartmonkey.io

Now you can use the services by just using:

const { createHighway } = require("highway-api");
const highway = createHighway(YOUR_API_KEY);

Running tests

To run test you'll need to declare an environment variable HIGHWAY_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

Package Sidebar

Install

npm i highway-api

Weekly Downloads

4

Version

2.6.4

License

MIT

Unpacked Size

99.4 kB

Total Files

56

Last publish

Collaborators

  • pablomartinez