Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/ItaloG/go-weather-api

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/ItaloG/go-weather-api

  • v0.0.0-20240130175618-896cc4cefb31
  • Source
  • Go
  • Socket score

Version published
Created
Source

API para buscar clima de cidades a partir do CEP

Observações: o projeto utiliza uma API de terceiros para buscar o clima da cidade. Essa API possui um token de acesso com expiração em 31/01/2024. Caso você tente executar o projeto após essa data, poderá encontrar erros. Farei o possível para manter o projeto atualizado.

No projeto você vai encontrar um arquivo em api/get_weather.http ele pode te auxiliar nos testes caso você use a extenção Rest Client no VScode.

Teste localmente - SEM DOCKER

Para rodar o projeto, execute:

Lembre-se de substituir onde está escrito YOUR_TOKEN pelo seu token da https://www.weatherapi.com/

    WEATHER_TOKEN=YOUR_TOKEN go run cmd/server.go

Para testar, tente rodar

    curl http://localhost:8080/80010000

Test localmente - COM DOCKER

Para rodar o projeto, execute:

Lembre-se de substituir no arquivo docker-compose.yaml a variável YOUR_TOKEN pelo seu token da https://www.weatherapi.com/

    docker compose up -d

Para testar, tente rodar

    curl http://localhost:8080/80010000

Test produção

O projeto está sendo hospedado pelo Google Cloud Run. É possível acessar o ambiente via https://weather-api-y4majqddoq-uc.a.run.app/80010000

Ou testar com

    curl https://weather-api-y4majqddoq-uc.a.run.app/80010000

FAQs

Package last updated on 30 Jan 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc