SQLite database is used to analyse Precipitation and other weather realted information for various weather stations over a period of 15 days.
A Flask API is created with different routes for weather realted data
/
/api/v1.0/precipitation
/api/v1.0/stations
/api/v1.0/tobs
/api/v1.0/<start>
and /api/v1.0/<start>/<end>