Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Can anyone tell me how to show and view browser from the Remote NodeJS Lib Thanks
@Fox Oh, I didn't think I could run it as a child process with .exe - thanks!!
I'm looking for a friend who can produce a simple paid or free script.
@musterman In your screenshot, you are trying to send data not as json (although you specify the data type as json)
@UserTrue said in Node JS with google trends API:
@hippyzipp9 const mysql = require('mysql2'); // create the connection to database const connection = mysql.createConnection({ host: 'localhost', user: 'root', database: 'db', password: '' }); await(new Promise((resolve, reject) => { /*Place your code here and call resolve to proceed*/ connection.connect(function (err) { if (err) { reject('error: ' + err.message); } console.log('Connected to the MySQL server.'); resolve() }); }));
@hippyzipp9
Thanks, your solution worked.
I haven't tried but should work. You can create array by going to "create value in visual constructor " -> " create empty array " and also, other array operations are available.