2.0.1 • Published 3 months ago

securenow v2.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 months ago

securenow

npm package for securenow : (http://securenow.ai/)

installation

To install SecureNow, follow these steps:

  1. Request your API key from SecureNow.
  2. 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'