LuanRT / google-this

A simple yet powerful module to retrieve organic search results and much more from Google.
https://www.npmjs.com/package/googlethis
MIT License
320 stars 77 forks source link

Added field on the Weather object #39

Closed JigolKa closed 1 year ago

JigolKa commented 1 year ago

Pull Request Template

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Parsed the response data to get the image corresponding to the current weather

lib/core/nodes/Weather.js:45 Since Axios does not execute the javascript for us, the image's src is not be found in the image's attributes, but in a script tag.

PS: Some of my changes are made by my formatter, so sorry in advance

Type of change

Please delete options that are not relevant.

Checklist:

LuanRT commented 1 year ago

Sweet, thank you!