buoy-kit icon indicating copy to clipboard operation
buoy-kit copied to clipboard

Fetch buoy and tide information from government NDBC data using JavaScript.

Results 6 buoy-kit issues
Sort by recently updated
recently updated
newest added

Replace with: ``` import { stringify } from 'query-string'; ``` - better tested, better implementation

enhancement
good first issue

Looks like https://nomads.ncep.noaa.gov/ is the place to start for this info.

enhancement

Figure out how to find the nearest buoys programmatically for a given latitude/longitude.

enhancement

Figure out whatever CI to use and hook into prettier check, test check, etc.

enhancement

Add Tide API support via: https://tidesandcurrents.noaa.gov/api/.

enhancement

Add test coverage over 200/404/No Connection cases via `fetch-mock`.

enhancement
good first issue