From e998ac93250cc7279043831328b6f4f49bc244bb Mon Sep 17 00:00:00 2001 From: Joel Griffith Date: Mon, 5 Feb 2018 11:39:49 -0800 Subject: [PATCH] docs(README): Adding in browserless to README (#1962) --- examples/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/README.md b/examples/README.md index 7cbc4075769..c7111ff256f 100644 --- a/examples/README.md +++ b/examples/README.md @@ -33,6 +33,7 @@ const browser = await puppeteer.launch({ - [pupperender](https://github.com/LasaleFamine/pupperender) - Express middleware that checks the User-Agent header of incoming requests, and if it matches one of a configurable set of bots, render the page using Puppeteer. Useful for PWA rendering. - [headless-chrome-crawler](https://github.com/yujiosaka/headless-chrome-crawler) - Crawler that provides simple APIs to manipulate Headless Chrome and allows you to crawl dynamic websites. - [puppeteer-examples](https://github.com/checkly/puppeteer-examples) - Puppeteer Headless Chrome examples for real life use cases such as getting useful info from the web pages or common login scenarios. +- [browserless](https://github.com/joelgriffith/browserless) - Headless Chrome as a service letting you execute Puppeteer scripts remotely. Provides a docker image with configuration for concurrency, launch arguments and more. ## Testing - [angular-puppeteer-demo](https://github.com/Quramy/angular-puppeteer-demo) - Demo repository explaining how to use Puppeteer in Karma.