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).
I was just wondering when information about the new interfaces Api will be added to the wiki.
Allister
have you ever solved this? express works in background but doesn't update anything after the node.js action has completed, but the server respond successfully to request
f2d406ca-3c64-4269-b89d-5e4bd5e0c64c-image.png
@reklam34 said in BAS web interface edit?:
https://wiki.bablosoft.com/web-interface/#/inspectingbrowser?id=method-showbrowser I don't know exactly how to do
https://wiki.bablosoft.com/web-interface/#/inspectingbrowser?id=method-showbrowser
I don't know exactly how to do
https://community.bablosoft.com/category/29/order-script
Press F2
@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.