Skip to content

lefevre-dev/InfoClimatAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InfoClimatAPI

Package

https://pypi.org/project/info-climat-api/

pip install info-climat-api

Exemple

from InfoClimatAPI import InfoClimat

api = InfoClimat()
api.api_key = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"

# données pour une liste de stations
result = api.get_data(["000OG", "000DD"], "2024-04-01", "2024-05-01")
print(result)

# liste des stations
result_stations = api.get_stations()
print(result_stations)

About

Package pour utliser l’api d’infoclimat

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages