Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rgl/try-puppeteer-in-bun
try puppeteer in bun
https://github.com/rgl/try-puppeteer-in-bun
bun puppeteer
Last synced: about 2 months ago
JSON representation
try puppeteer in bun
- Host: GitHub
- URL: https://github.com/rgl/try-puppeteer-in-bun
- Owner: rgl
- Created: 2023-09-09T14:05:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-03T05:36:55.000Z (9 months ago)
- Last Synced: 2024-11-02T11:51:35.474Z (about 2 months ago)
- Topics: bun, puppeteer
- Language: JavaScript
- Homepage:
- Size: 48.8 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# try-puppeteer-in-bun
[![Build status](https://github.com/rgl/try-puppeteer-in-bun/workflows/build/badge.svg)](https://github.com/rgl/try-puppeteer-in-bun/actions?query=workflow%3Abuild)
This runs [Puppeteer](https://github.com/puppeteer/puppeteer) in [Bun](https://bun.sh).
## Usage
Install [Bun](https://bun.sh).
Execute:
```bash
bun install --frozen-lockfile
bun pm ls --all
#rm -rf ~/.cache/puppeteer
bun run main.js
```