Coded for the 2021 Congressional App Challenge, the Hot Stuff application provides updates on the latest California wildfires.
The API contains information on current California wildfires and was uploaded by Github user Simon Willison. The data in the .json file are updated in 20 minute intervals and contains the following information: wildfire name, location, longtitude & latitude, condition statement, and counties affected. The information from the API is retrieved in the hot-stuff application using a curl command. More information about the API can be found on the Github page from where it was retrieved.
- Download all the files and folders as a .zip file.
- Open the program with the XCode application (iOS and macOS users only).