- Install node JS 20.4.0
- run
npm install
command to install all the required packages. (This repo is running with puppeteer 20.8.2 which installs the required chromium version that is guranted to work ) - if you are running this repo on EC2 you need to install pm2 PM2 is a production process manager for Node.js applications with a built-in load balancer. It allows you to keep applications alive forever, to reload them without downtime and to facilitate common system admin tasks.
- start the application with
without pm2 -
node server.js
with pm2 -pm2 start server.js
forked from mailtarget/headless-chrome-api
-
Notifications
You must be signed in to change notification settings - Fork 0
wizenoze/headless-chrome-api
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
headless chrome accessible by rest api
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 77.7%
- Dockerfile 20.1%
- Shell 2.2%