marla294 / fishyfriendsAPI

API that tells you whether saltwater aquarium fish are compatible or not

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fish Friends API

About

Author: Marla Foreman

This will eventually be a web application that will allow you to check whether a group of saltwater fish are compatible or not, for the purposes of starting a saltwater aquarium. For now, it is an in-progress API.

The data used for fish compatibility can be found on this website: https://www.ocellarisclownfish.com/compatibility/.

Tech Used

API Help

Fish

GET api/Fish - returns all fish in the database

Compatibility

GET api/Compatibility?fishNames={name1}&fishNames={name2} - returns a list of all the pairs of fish in the group, and how compatible each pair is. These results will be displayed on the webpage.

About

API that tells you whether saltwater aquarium fish are compatible or not


Languages

Language:C# 99.7%Language:ASP 0.3%