BangleApps/apps/usgs/README.md

34 lines
1011 B
Markdown
Raw Normal View History

2023-08-08 14:51:00 +00:00
# USGS Data reporting
2023-08-06 18:37:24 +00:00
More information on making apps:
* http://www.espruino.com/Bangle.js+First+App
* http://www.espruino.com/Bangle.js+App+Loader
2023-08-08 14:51:00 +00:00
Simple app that pulls data from internet API regarding water/stream/river conditions. Useful for fishing or other water sports.
2023-08-06 18:37:24 +00:00
## Usage
2023-08-08 14:51:00 +00:00
API information can be found here:
https://labs.waterdata.usgs.gov/docs/sensorthings/index.html
2023-08-08 20:05:14 +00:00
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.
2023-08-08 20:07:12 +00:00
2023-08-08 20:05:14 +00:00
![image](https://github.com/inhof009/BangleApps/assets/141580984/e16b79ba-a442-480f-b481-b866a10c9c13)
Keyboard is required to change location setting.
2023-08-06 18:37:24 +00:00
## Features
2023-08-08 20:05:14 +00:00
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.
2023-08-06 18:37:24 +00:00
## Controls
2023-08-09 12:35:09 +00:00
Press button (middle on Bangle 1) once to refresh data, twice to return to launcher.
2023-08-06 18:37:24 +00:00
## Creator
2023-08-08 20:05:14 +00:00
inhof009