Posts by xoriwi • 11 points
3 posts
-
0
votes0
answers20
viewsQ: Image Transport Using Nodejs Request Module
I have a code that makes a request for a site is delivery to the user But it can not send Images The Image Does Not Load(When I lower the image it shows q ta corrupted) When I enter the Site.…
-
-1
votes2
answers652
viewsA: How do I get the same results I have in common Google Search, via the Google Search Api?
I have a JS code that makes a request and returns the value obtained and by it use your browser to send the request it must have the same Google Search Results Code(requires jquery): function…
-
1
votes2
answers259
viewsA: How to get search links in google using javascript
Try this script I made (requires jQuery): function sleep(ms) { return new Promise(resolve => setTimeout(resolve, ms)); } function searchGoogle(Query) { // Seta A Variavel Final final = {} // Faz…