This Django app provides endpoints for retrieving Metar information.
Check if the server is running.
- URL:
/metar/ping
- Method: GET
- Handler:
pong
- Description: Returns a 'pong' response.
Fetch weather report information.
- URL:
/metar/info/
- Method: GET
- Handler:
get_weather_report
- Description: Retrieves weather report data.
Clone the repository:
git clone https://github.com/your-username/django-metar-app.git
pip install -r requirements.txt
python manage.py runserver