surfguru-parser

1.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i surfguru-parser

Weekly Downloads

4

Version

1.1.0

License

MIT

Last publish

Collaborators

  • iagolast