Releases: jeroentvb/wind-scrape
v3.1.0
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
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
v3.0.3
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
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
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
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