winhtaikaung / react-tiny-link

Convert your links into rich previews
https://winhtaikaung.github.io/react-tiny-link
259 stars 48 forks source link

add 'providor' to 'result' object of useScrapper #93

Open luknl opened 3 years ago

luknl commented 3 years ago

Currently, the result object contains: content, description, image, title, url, video

To have the same datas as in the main ReactTinyLink example, the provider (amazon.com in the readme example) should be added to the result object.

juliettebeaudet commented 3 years ago

Also interested by the result.provider data while using the useScrapper hook, @winhtaikaung . Thank you!