Skip to content

EuanSteven/WeatherRecords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Records

A Python Script that Records Weather from API's and Local Sensors

Documentation

💻Requirements

📦Installation

Note: You may wish to run this script in a virtual environment, as these modules will install system-wide. To find out more, see here

  1. Clone the repo
    git clone https://github.com/EuanSteven/WeatherRecords
  2. Install Python packages
    # Windows
    cd WeatherRecords
    py -3 -m pip install -r requirements.txt
    
    # Unix
    cd WeatherRecords
    python3 -m pip install -r requirements.txt
  3. Run the main.py file using python3 main.py

📝Configuration

🆕Changelog

V1 -

💸Credits

📄License

This repository is licensed under the Apache 2.0 License.

Copyright ©️ 2024 Euan Steven

About

Automated Script to retrieve Forecast API into CSV

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages