Weather app
- Added code to get the weather from Open weather api and display it on command line
- added some styling and commented out print statements
- Added code to validate zipcode by calling https://api.zippopotam.us/us
- Added unit test cases for all the modules and the main py file for Command line Weather app using pytest
- Removed API key from the code by storing it as an enviornment variable