mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
Proposal: adding RESOURCES.md for examples (#743)
* Create RESOURCES.md * Update RESOURCES.md
This commit is contained in:
parent
30541cc087
commit
568b7bd47d
11
examples/RESOURCES.md
Normal file
11
examples/RESOURCES.md
Normal file
@ -0,0 +1,11 @@
|
||||
# Resources and examples
|
||||
|
||||
> Other useful tools and projects that use Puppeteer.
|
||||
|
||||
## Web scraping
|
||||
- [Puppetron](https://github.com/cheeaun/puppetron) - Demo site that shows how to use Puppeteer and Headless Chrome to render pages. Inspired by [GoogleChrome/rendertron](https://github.com/GoogleChrome/rendertron).
|
||||
- [Thal](medium.com/@e_mad_ehsan/getting-started-with-puppeteer-and-chrome-headless-for-web-scrapping-6bf5979dee3e) - Getting started with Puppeteer and Chrome Headless for Web Scraping.
|
||||
|
||||
## Testing
|
||||
- [angular-puppeteer-demo](https://github.com/Quramy/angular-puppeteer-demo) - Demo repository explaining how to use Puppeteer in Karma.
|
||||
- [mocha-headless-chrome](https://github.com/direct-adv-interfaces/mocha-headless-chrome) - Tool which runs client-side **mocha** tests in the command line through headless Chrome.
|
Loading…
Reference in New Issue
Block a user