Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.23 KB

CHANGELOG.md

File metadata and controls

16 lines (11 loc) · 1.23 KB

Changelog

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.

Added

  • 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.

Planning Stage

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.