Skip to content

A simple weather app that shows the weather in realtime and forecasts 3 days ahead all by making use of an API

Notifications You must be signed in to change notification settings

mujtaba-jpj/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WEATHER APP ☁️

A simple weather app developed in Python's framework 'DJANGO' that shows the weather in realtime and forecasts 3 days ahead all by making use of an API.

API Reference

Base url : http://api.weatherapi.com/v1

Get all items

  GET /forecast.json or /forecast.xml
Parameter Type Description
key string Required. Your API key
q string Required. Query parameter based on which data is sent back.
days int Required. Number of days of forecast required.

About

A simple weather app that shows the weather in realtime and forecasts 3 days ahead all by making use of an API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published