Skip to content

mawojcik/gios_stations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Air Quality Stations Data Fetcher

This Python script retrieves all air quality monitoring stations and their installations from the GIOŚ API and displays details to standard output.

Requirements

  • Python 3.x
  • requests library

Usage

  1. Setup

    • Ensure Python 3.x is installed on your system.
    • Install the required requests library using pip:
      pip install requests
      
  2. Running the Script

    • Clone the repository or download main.py, models.py, api_handler.py file.
    • Navigate to the directory containing the script.
    • Run the script using Python:
      python3 main.py
      
    • The script will fetch data from the GIOŚ API and display station details along with their installations.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages