1.0.0 • Published 5 years ago
highway-services-js v1.0.0
Installation
You can add the library using npm or yarn:
npm install highway-services --save
or:
yarn add highway-services
Quickstart
To use SmartMonkey services you need to create a User and an API Key in our site: https://highway.smartmonkey.io
Now you can user the services by just using:
const { createHighway } = require("highway-services");
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
1.0.0
5 years ago