@nialler/easyazure
v1.0.3
Published
Module to simplify access to Azure services
Downloads
7
Readme
easyazure
A Node.js package to simplify accessing Azure APIs.
To use, create a config.json in each sub folder to define your keys for accessing Azure APIs
azurecognitive
config.json should look like the following:
{
"cognitive_url":"https://<your unique resource name from azure portal>.cognitiveservices.azure.com/",
"cognitive_key":"<your unique key from azure portal>"
}