added logging

This commit is contained in:
2024-05-13 09:34:43 -07:00
parent 5da3eb99bd
commit 2296d13654
5 changed files with 68 additions and 19 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import LinkedInAPIClass from "../index.js";
import fs from 'fs';
(async () => {
const LAPI = new LinkedInAPIClass();
const LAPI = new LinkedInAPIClass(true);
const o = JSON.parse(fs.readFileSync('config.json'));
await LAPI.login(o.email, o.password);