Skip to content

wizenoze/headless-chrome-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Install node JS 20.4.0
  2. 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 )
  3. 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.
  4. start the application with without pm2 - node server.js
    with pm2 - pm2 start server.js

About

headless chrome accessible by rest api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.7%
  • Dockerfile 20.1%
  • Shell 2.2%