commit bfd74a28f122a73d0482552b5505a086a953f9a7 Author: Mark McIntyre Date: Mon Sep 5 15:22:15 2022 -0400 first commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..49805e5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +**/*.pyc +**/*.pyo +**__pycache__** +**/__pycache__/** +**/*.lab.py + diff --git a/README.md b/README.md new file mode 100644 index 0000000..06fd1ed --- /dev/null +++ b/README.md @@ -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. + +