An API Wrapper for Magic Seaweed
npm install node-msw
const 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
*/