Skip to content

shredd0r/weather-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Api

Microservice which can return today, hourly and daily weather forecast by http apies. This service has 4 apies:

  1. Get today weather forecast
  2. Get hourly weather forecast (3 days)
  3. Get daily weather forecast (10 days)
  4. Get place id by your city details

For details about apies, see src/main.py You can find controllers for all apies with documentation.

Requirements

  • Docker Engine

Steps to run

  1. Build Dockerfile image
    docker build -t weather-api:v1.0.0 .
  1. Start image
    docker run -p 8000:8000 weather-api:v1.0.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages