sdmisra / AvianAnthems

This is an app that enables access to the beautiful music of the world around us
https://avian-anthems.vercel.app
2 stars 3 forks source link

Feature/api data #12

Closed CBradsen closed 1 year ago

CBradsen commented 1 year ago

๐Ÿ› ๏ธ Description of this branch

๐Ÿง  Context or Rationale for this code

What is helpful for team to know and understand about decisions made in this code.

This mock data file contains three objects from a query of Eastern Bluebirds. Since each object returned is really long, we can do testing with just these three. The file is a .json file and each key was reformatted to be enclosed in " ". Every type returned will be a string.

๐Ÿ‘€ Checks

โœ๐Ÿฝ Notes, Questions, What's Next

Merging this will allow us all to work with the mock data as we start on Cypress testing and setting up the API.

Screenshot