surfguru-parser
v1.1.0
Published
SURFGURU-PARSER ---
Downloads
7
Readme
SURFGURU-PARSER
A node.js scrapper to get surf forecast predictions from windguru.
Installing
yarn add surfguru-parser
Usage
const surfguru = require('surfguru-parser');
const beachID = '48738'
surfguru(beachID)
.then(predictions => console.log(predictions[0]))
.catch(console.error);
Compatibility
node.js >= 7.10.1
License
MIT