2.0.1 • Published 3 months ago
securenow v2.0.1
securenow
npm package for securenow : (http://securenow.ai/)
installation
To install SecureNow, follow these steps:
- Request your API key from SecureNow.
- Install the package using npm:
npm i --save securenow
set the api key in your environement variable :
export securenow=<API-KEY>
if you have a dedicated securenow instance :
export securenow_instance='http://<dedicated_instance>:4318'