# USGS Data reporting More information on making apps: * http://www.espruino.com/Bangle.js+First+App * http://www.espruino.com/Bangle.js+App+Loader Simple app that pulls data from internet API regarding water/stream/river conditions. Useful for fishing or other water sports. ## Usage API information can be found here: https://labs.waterdata.usgs.gov/docs/sensorthings/index.html Location can be found via map here: https://maps.waterdata.usgs.gov/mapper/ Find the site you're looking for and note the "site number". This will be the "location" setting. ![image](https://github.com/inhof009/BangleApps/assets/141580984/e16b79ba-a442-480f-b481-b866a10c9c13) Keyboard is required to change location setting. ## Features Simple interface will display most current data for the specified location when the app is opened. Settings can change the location, or which data is displayed. ## Controls Press button (middle on Bangle 1) once to refresh data, twice to return to launcher. ## Creator inhof009