An API Wrapper for Magic Seaweed
npm install node-mswconst msw = require('node-msw');msw.findSpotByCoordinates({lat, lon})msw.getSpot(spotId)msw.getForecastBySpot(spotId, startDate, endDate)
/* unix timestamps
// future : 2 hours more minimum
// past : no minimum hours
*/msw.getTideBySpot(spotId, startDate, endDate)
/* unix timestamps
// future : 2 hours more minimum
// past : no minimum hours
*/