azure-products

1.2.2 • Public • Published

azure-products

List of Microsoft Azure products

Build Status npm downloads JavaScript Style Guide

It's just two JSON files that can be used in any environment.

Install

npm install azure-products

Usage

const azureProducts = require('azure-products')
 
console.log(azureProducts)
//=> ['Academic Knowledge API', 'Access Control Service', 'Action Groups', ...]

And products with regions:

const azureProducts = require('azure-products/detailed')
 
console.log(azureProducts)
//=> [ { name: 'Academic Knowledge API', regions: [ 'West US' ] }, { name: 'Access Control Service', regions: [...] }, ...]

Known issues

  • IoT Edge does not exist in detailed.json because Azure does not provide its status data.

Update json files

node ./bin/fetch-products.js
node ./bin/fetch-products-detailed.js

Related

License

MIT. Copyright (C) Halil İbrahim Şener.

Package Sidebar

Install

npm i azure-products

Weekly Downloads

5

Version

1.2.2

License

MIT

Last publish

Collaborators

  • hisener