mirror of
https://github.com/ION606/linkedin-api.git
synced 2026-05-14 22:06:54 +00:00
added logging
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user