Skip to content

rbiesser/cloud-computing-providers

Repository files navigation

Cloud Computing Providers

Plot Cloud computing providers on the map using MapBox.

Rewritten using express from https://github.com/rbiesser/cloud-providers-azure-razor-pages

Usage

Install dependencies

npm install
npm run dev

Add public API info

Rename .env.example to .env and edit the values

If the public API URL is https://api.openweathermap.org/data/2.5/weather?q={city}&appid={APIkey}

You can add on any other query params as needed when hitting the /api endpoint such as https://yourdomain/api?q=detroit without having to add your key in the client

  • Add new routes as you see fit
  • Change rate limiting and caching to desired values

This project is forked from this YouTube tutorial


Mapbox GL JS

GeoJSON.js

GeoJSON.js converts latitude and longitude to GeoJSON. https://www.npmjs.com/package/geojson

Cloud Providers

Microsoft Azure

Amazon AWS

Google Cloud Platform