first commit

This commit is contained in:
Mark McIntyre 2022-09-05 15:22:15 -04:00
commit bfd74a28f1
2 changed files with 11 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
**/*.pyc
**/*.pyo
**__pycache__**
**/__pycache__/**
**/*.lab.py

5
README.md Normal file
View File

@ -0,0 +1,5 @@
# WeatherAPI Library
This is my work with the weatherapi tools. Personal notes on this with integration the IRC mockbot are in my Notes/tech/weatherapi location. Files ending with `.lab.py` should not be added to the repo in its current state as the API key is in the file.