scraply 1.0.9 → 1.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/readme.md +1 -0
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Scraply is a customizable and efficient web crawler and data scraper for Node.js, designed to handle various web crawling needs with ease. You can define the URLs to crawl, configure patterns to include/exclude, and format the output data in JSON. Scraply is built to be flexible, with user-configurable settings and dynamic paths.
|
|
3
3
|
|
|
4
4
|
Bug Reports & Dev Stuff on: [Scraply's GitHub](https://github.com/pauserratgutierrez/scraply)
|
|
5
|
+
NPM Package: [Scraply's NPM](https://www.npmjs.com/package/scraply)
|
|
5
6
|
|
|
6
7
|
## Installation
|
|
7
8
|
Using npm:
|