jeroentvb / wind-scrape

Node package for scraping wind forecast from a few websites
GNU General Public License v3.0
31 stars 4 forks source link

Check out Playwright #26

Closed jeroentvb closed 2 years ago

jeroentvb commented 2 years ago

According to this blog, puppeteer and playwright are similar in terms of speed. That's why I decided not to migrate to playwright, because the current puppeteer code works fine. Playwright's api is supposedly easier to work with, so I might migrate to it if I ever need to touch the puppeteer code.