Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wiltomdus/navcanada-scraper
https://github.com/wiltomdus/navcanada-scraper
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wiltomdus/navcanada-scraper
- Owner: wiltomdus
- Created: 2024-12-11T02:06:33.000Z (12 days ago)
- Default Branch: main
- Last Pushed: 2024-12-11T04:13:44.000Z (12 days ago)
- Last Synced: 2024-12-11T04:27:06.000Z (12 days ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# navcanada-scraper
This project is a Python script that fetches upper winds data from the Nav Canada API, parses the data, and stores it in a MongoDB database.
It runs on a schedule every day at 06:00.
It stores AM and PM data in a JSON object on the mongoDB.It currently fetches data for the CYYU (Kapuskasing Airport, northen ontario) weather station
## Requirements
- Docker
## Setup
1. Clone the repository:
```sh
git clone https://github.com/yourusername/navcanada-scraper.git
cd navcanada-scraper
```2. Start Docker containers:
```sh
docker-compose up --build -d
```