1.2.2 • Published 7 years ago

azure-products v1.2.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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.

1.2.2

7 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago