An open API service indexing awesome lists of open source software.

https://github.com/softspiders/puppeteer

Puppeteer's HelloWorld
https://github.com/softspiders/puppeteer

browser e2e headless hello-world helloworld javascript js min node node-js nodejs puppeteer softspider softspiders ss template test testing

Last synced: 2 months ago
JSON representation

Puppeteer's HelloWorld

Awesome Lists containing this project

README

          

SOFTSPIDERS

# [Puppeteer](https://github.com/GoogleChrome/puppeteer)'s HelloWorld

## Feature tags

- puppeteer

## Direct descendants

* [puppeteer-screenshot](https://github.com/softspiders/puppeteer-screenshot) - also by code
* [puppeteer-jest](https://github.com/softspiders/puppeteer-jest)

---
## Requirements

[Node.js](https://nodejs.org/en/download/package-manager/) >= v6.4.0

---

## Installation

```sh
yarn
```

Note: When you install Puppeteer, it downloads a recent version of Chromium (~170MB Mac, ~282MB Linux, ~280MB Win) that is guaranteed to work with the API. To skip the download, see [Environment variables](https://github.com/GoogleChrome/puppeteer/blob/v1.15.0/docs/api.md#environment-variables).

## Running

```sh
node index
```

## Authors

[Alexander Lapygin](https://github.com/AlexanderLapygin)

## Inspiration

[Using Puppeteer for Easy Control Over Headless Chrome](https://alligator.io/tooling/puppeteer/)

### License

Licensed under the [MIT license](./LICENSE).