
Product
Introducing Socket Scanning for OpenVSX Extensions
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.
github.com/robertoduessmann/weather-api
Advanced tools
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
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.

Product
Bringing supply chain security to the next generation of JavaScript package managers

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies