Skip to content

Releases: jeroentvb/wind-scrape

v3.1.0

22 Jul 15:37
e4bd40c
Compare
Choose a tag to compare

Windfinder data scrapes now include:

  • Wave height
  • Wave direction
  • Tide height

Install using

# Latest
npm install jeroentvb/wind-scrape#dist

# Or get a specific version e.g. v3.0.1
npm install https://github.com/jeroentvb/wind-scrape/releases/download/{ VERSION }/dist.tgz

v3.0.5

11 Apr 13:15
6b3d481
Compare
Choose a tag to compare

Fixed returning the incorrect data in a windfinder data day object.

Install using:

# Latest
npm install jeroentvb/wind-scrape#dist

# Or get a specific version e.g. v3.0.1
npm install https://github.com/jeroentvb/wind-scrape/releases/download/{ VERSION }/dist.tgz

v3.0.4

10 Apr 18:08
5c9a7af
Compare
Choose a tag to compare

Fixed errors not being thrown correctly.

Install using:

# Latest
npm install jeroentvb/wind-scrape#dist

# Or get a specific version e.g. v3.0.1
npm install https://github.com/jeroentvb/wind-scrape/releases/download/{ VERSION }/dist.tgz

v3.0.3

06 Apr 07:21
d4bcf98
Compare
Choose a tag to compare

This release updates dependencies to fix a security vulnerability.

Install using:

# Latest
npm install jeroentvb/wind-scrape#dist

# Or get a specific version e.g. v3.0.1
npm install https://github.com/jeroentvb/wind-scrape/releases/download/{ VERSION }/dist.tgz

v3.0.2

13 Mar 15:30
ace0b71
Compare
Choose a tag to compare

This release exposes the data interfaces, so you can use them in your own typescript code.

Install using:

# Latest
npm install jeroentvb/wind-scrape#dist

# Or get a specific version e.g. v3.0.1
npm install https://github.com/jeroentvb/wind-scrape/releases/download/{ VERSION }/dist.tgz

v3.0.1

05 Feb 08:50
f45355c
Compare
Choose a tag to compare

This release removes the use of the --no-sandbox argument for puppeteer. This adds some more safety to using it.

Install using:

# Latest
npm install jeroentvb/wind-scrape#dist

# Or get a specific version e.g. v3.0.1
npm install https://github.com/jeroentvb/wind-scrape/releases/download/{ VERSION }/dist.tgz

v3.0.0

04 Feb 20:54
0c900a7
Compare
Choose a tag to compare

Windguru micro

This release switches using the normal windguru website to windguru micro, which serves plain html pages. Using windguru micro vastly increases the scraping speed, since it doesn't need to use a headless browser anymore.

API changes

Note that the windguru API of this package changed a bit. You can now only get all forecast models (including wave models). The output also changed. You now get all variables instead of only windspeed, gust, direction, and temperature. Variable availability depends on the model. See the windguru micro help page for more info.
Info on the updated API can be found here.

Installing

Install using:

npm install https://github.com/jeroentvb/wind-scrape/releases/download/v3.0.0/dist.tgz

v2.0.2

28 Dec 10:53
b7b78da
Compare
Choose a tag to compare

This release fixes a bug in the windy scrape functionality.

Install using:

npm install https://github.com/jeroentvb/wind-scrape/releases/download/v2.0.2/dist.tgz

v2.0.1

24 Dec 17:11
bd15e27
Compare
Choose a tag to compare
  • Removed tests from packaged module
  • Fixed exports

Install using

npm install https://github.com/jeroentvb/wind-scrape/releases/download/v2.0.1/dist.tgz

v2.0.0

05 Nov 16:52
d5f722e
Compare
Choose a tag to compare

Started using typescript. This package now has typescript support.

Install using

npm install https://github.com/jeroentvb/wind-scrape/releases/download/v2.0.0/dist.tgz