You need to create your own API key by accessing this URL 🌦️weather API
After that, you can use your api_key, and you can put this into the json config below.
You can use this API key 3a8c1f1cf26f457394342515242702 if you do not have one, but we do not guarantee if that key
is valid at the moment you run the project, so we highly recommend you create your own API key.
⚙️ Setting up
Execute the command: make prepare.
We have this JSON example, you must change the temperature.api_key with your weather API key credentials in the
file: env.json.
curl -i -X POST http://127.0.0.1:8080/temperature -d '{"cep":"00001033"}'
HTTP/1.1 404 Not Found
Content-Type: text/plain; charset=utf-8
X-Content-Type-Options: nosniff
Date: Wed, 28 Feb 2024 04:31:00 GMT
Content-Length: 22
can not found zipcode
🤖 Access to Zipkin
You can access to this URL: http://localhost:9411/