All notable changes is documented here. The format is based on Keep a Changelog, and the project adheres to Semantic Versioning.
0.0.1-beta - 2021-10-01
First BETA that needs rigorous testing and updates.
- basic design of
API
object that can be used for fetching data, - defination of
errors
to make end-user understand in case of an error.
Building a python wrapper for fetching weather data (historical and/or forecast) from VisualCrossing. The wrapper is being developed in python since weather data is needed by everyone (like data science projects, etc.) and a python developer can easily fetch data without going through the huge well-defined documentation for retreiving data. The module is also kept simple so that anyone can start querying immediately.