-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Product regional availability #10
Comments
Chart-scraping https://cloud.google.com/about/locations/, much easier if aggregated data was added to this |
I'd like to add this feature, but unfortunately, I am not aware of a machine readable dataset of product availability. Let me know if you find something |
One option could be to implement a JS parser tailored at parsing https://cloud.google.com/about/locations/ (the same way we have a parser for the carbon data csv) The page structure is an HTML table, and it's probably safe to assume that it will stay an HTML table over time. So if we rely only on basic HTML table markup. It should be pretty solid. We would then need to save a snapshot of this page and serve it under the same domain as the tool. |
We could copy the html of that page and then use a technique like that https://gomakethings.com/getting-html-with-fetch-in-vanilla-js/ |
This needs to be run in the Devtools console #10
similar research @ https://github.com/PatMyron/cloud and feature availability is a most important factor in region selection
The text was updated successfully, but these errors were encountered: