Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vaibhavbhuva/puppeteer
Puppeteer with Angular exmple
https://github.com/vaibhavbhuva/puppeteer
Last synced: 29 days ago
JSON representation
Puppeteer with Angular exmple
- Host: GitHub
- URL: https://github.com/vaibhavbhuva/puppeteer
- Owner: vaibhavbhuva
- Created: 2019-09-09T12:32:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-05T10:56:42.000Z (over 3 years ago)
- Last Synced: 2023-03-10T06:26:59.218Z (over 1 year ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# puppeteer
Puppeteer with Angular exmple
## Requirements
- Node 8
- Git## Common setup
Clone the repo and install the dependencies.
```bash
git clone https://github.com/vaibhavbhuva/puppeteer.git
cd puppeteer
``````bash
npm install
```To start script, run the following
```bash
node index.js
```