Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 756 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 756 Bytes

Cloud Provider Locations

Map of the major public cloud provider locations: https://cloud-providers.guguss.me.

Install

git clone https://github.com/GuGuss/cloud-providers
cd cloud-providers
npm install
npm build

Develop

npm run-script dev

Access http://localhost:8080.

Add a new Cloud Provider location

  1. Fill in the providers json in providers/PROVIDERNAME.json.
  2. Edit the following file app/index.js to import the new provider data.

Contribute

Feel free to contribute to the project and submit pull requests.

License

This application is under the MIT License (MIT). Read the LICENSE for more information.