Skip to content

Commit

Permalink
Fix deployment instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
walles committed Mar 1, 2025
1 parent a164b59 commit fd88b89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion proxy/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
CORS proxy for requests to <api.met.no> from the Weather Clock.

Deployed as a Google Cloud Function.
Deployed as a Google Cloud Function:
https://console.cloud.google.com/run/detail/europe-north1/api-met-no-proxy/source?inv=1&invt=Abq2CA&project=api-met-no-proxy

Run `tox` to run the test suite.
3 changes: 2 additions & 1 deletion proxy/proxy/proxy.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""
Proxy requests to api.yr.no so that they can be accessed from web pages.
To deploy, upload the contents of this file as a Google Cloud Function.
To deploy, upload the contents of this file to Google Cloud Run:
https://console.cloud.google.com/run/detail/europe-north1/api-met-no-proxy/source?inv=1&invt=Abq2CA&project=api-met-no-proxy
"""

import json
Expand Down

0 comments on commit fd88b89

Please sign in to comment.