UNPKG
@jomari-wp/linkedin-jobs-scraper
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Scrape public available jobs on Linkedin using headless browser
@jomari-wp/linkedin-jobs-scraper
/
build
/
config.js
8 lines
(7 loc)
•
236 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
config
=
void
0
;
const
config = {
LI_AT_COOKIE
: process.
env
[
"LI_AT_COOKIE"
] ? process.
env
[
"LI_AT_COOKIE"
] :
undefined
, };
exports
.
config
= config;