-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Proposal: adding RESOURCES.md for examples #743
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
|
I signed it! |
|
CLAs look good, thanks! |
examples/RESOURCES.md
Outdated
| @@ -0,0 +1,11 @@ | |||
| # Resources and examples | |||
|
|
|||
| > Useful tools or projects as example of main Puppeteer features. | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Other useful tools and projects that use Puppeteer."
examples/RESOURCES.md
Outdated
| > Useful tools or projects as example of main Puppeteer features. | ||
|
|
||
| ## Web scraping | ||
| - [Puppetron](https://github.com/cheeaun/puppetron) - Non-production (Headless Chrome Node API)-based rendering solution. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Demo site that shows how to use Puppeteer and Headless Chrome to render pages. Inspired by https://github.com/GoogleChrome/rendertron.
examples/RESOURCES.md
Outdated
|
|
||
| ## Web scraping | ||
| - [Puppetron](https://github.com/cheeaun/puppetron) - Non-production (Headless Chrome Node API)-based rendering solution. | ||
| - [Thal](https://github.com/emadehsan/thal) - Getting started with Puppeteer and Chrome Headless for Web Scraping. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's just link to the article:
https://medium.com/@e_mad_ehsan/getting-started-with-puppeteer-and-chrome-headless-for-web-scrapping-6bf5979dee3e
examples/RESOURCES.md
Outdated
| - [Thal](https://github.com/emadehsan/thal) - Getting started with Puppeteer and Chrome Headless for Web Scraping. | ||
|
|
||
| ## Testing | ||
| - [angular-puppeteer-demo](https://github.com/Quramy/angular-puppeteer-demo) - A demonstration repository explains how to replace from Karma to Puppeteer. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Demo repository explaining how to use Puppeteer in Karma.
|
Changes made. Let me know if you need other changes. @ebidel |
As discussed on #329. This is my proposal.