ildarworld / semdoc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

weather proxy

Start server

  1. Maintain env
export WEATHER_API=weathermap-apikey
  1. Run in docker:
docker compose up --build

Usage

curl --location --request GET '0.0.0.0:8080/weather?country_code=ru&city=Moscow&date=2021-11-01 10:00'

Date time format must be only in such format which represented in example above

About


Languages

Language:Python 59.3%Language:Shell 33.9%Language:Dockerfile 6.8%