1.1.0 • Published 7 years ago

surfguru-parser v1.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

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

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago