Skip to content

shahbaz9221/meter-wether-report-cache-based-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Metar App

This Django app provides endpoints for retrieving Metar information.

API Endpoints

Pong

Check if the server is running.

  • URL: /metar/ping
  • Method: GET
  • Handler: pong
  • Description: Returns a 'pong' response.

Get Weather Report

Fetch weather report information.

  • URL: /metar/info/
  • Method: GET
  • Handler: get_weather_report
  • Description: Retrieves weather report data.

Installation

Clone the repository:

git clone https://github.com/your-username/django-metar-app.git
pip install -r requirements.txt
python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages