buoy-kit
buoy-kit copied to clipboard
Fetch buoy and tide information from government NDBC data using JavaScript.
Replace with: ``` import { stringify } from 'query-string'; ``` - better tested, better implementation
Looks like https://nomads.ncep.noaa.gov/ is the place to start for this info.
Figure out how to find the nearest buoys programmatically for a given latitude/longitude.
Add Tide API support via: https://tidesandcurrents.noaa.gov/api/.
Add test coverage over 200/404/No Connection cases via `fetch-mock`.