dime-worldbank / googletraffic

R package to query Google Maps traffic data and transform into data
Other
55 stars 9 forks source link

Replacing deprecated webshot with webshot2 #8

Closed RCura closed 1 year ago

RCura commented 1 year ago

googletraffic is internally using the webshot package, which relies on PhantomJS whose development is now suspended. This PR replaces webshot with webshot2, that uses the same API but calls Chrome/Chromium instead of PhantomJS.