Daily Weather is a CLI application that adds your weather into a CSV file and outputs a color based on the temperature. Installation In order to install this program you must first install python3 by using the following installation file for your system choose your operating system in the download page. https://www.python.org/downloads/release/python-3128/ You can install this…
API server: webapi.jessicaamy.com I had to develop a database and a web API that interfaces with the database I first started with designing an ERD I created a zoo that has many zoos, an enclosure with many animals’ food which only one animal can eat and the animals. It’s a zoo style database API that…