n.fastcloud.me/robertoduessmann/weather-api
Readme
A REST API to check the current weather.
https://goweather.herokuapp.com/weather/Curitiba
https://goweather.herokuapp.com/weather/{city}
brew install dep
dep ensure
go build
./weather-api
curl http://localhost:3000/weather/{city}
curl http://localhost:3000/weather/Curitiba
{
"temperature":"29 °C",
"wind":"20 km/h",
"description":"Partly cloudy",
"forecast":[
{
"day":1,
"temperature":"27 °C",
"wind":"12 km/h"
},
{
"day":2,
"temperature":"22 °C",
"wind":"8 km/h"
}
]
}
A web client of the API is also available: https://reacttempo.netlify.app/
The project can be found in https://github.com/GabrielCampos99/appTempo.
The MIT License (MIT)
FAQs
Unknown package
We found that n.fastcloud.me/robertoduessmann/weather-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket installs a GitHub app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.