Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.37 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.37 KB

CS 110

Final Exam - Advanced Programming with Python


Replace anything surrounded by the < > symbols.

SUMMARY:

Please make sure you have completed the soot survey at: soot.binghamton.edu

Please list the urls for the APIs you used: bird recordings api: -https://xeno-canto.org/explore/api ipfast api: -https://ip-fast.com/api/ip/

Summary of Program: The most prevalent memes that I found a lot across the Internet are those that state that they aquired the viewer's IP address. I decided to combine two APIs, one of which would tell me the location of a random bird in the bird recording database, and where the location of the user's IP is. I first got data from the BirdrecordingAPI, and I then I tried to get the IP of the user and their location. The main function essentially figures out if the data from BirdrecordingAPI and IpfastAPI locations are the same.

Most Challenging topic in the course: I felt like JSON related topics were difficult for me to understand.

KNOWN BUGS AND INCOMPLETE PARTS:

None.

REFERENCES:

None.

MISCELLANEOUS COMMENTS:

Not sure if the prof made a note, but he made an extension for my final (5/17/2022 Midnight) because my replit wasn't loading. Thank you!