-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update license, add tests, split files
- Loading branch information
1 parent
8d89d68
commit aac0d17
Showing
19 changed files
with
839 additions
and
2,740 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
See the LICENSE files in the individual packages. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,18 @@ | ||
# NetScrape | ||
# NetScrape Mono-Repo | ||
|
||
Efficient, simple, and compliant web scraping. | ||
|
||
## Packages | ||
|
||
- [`netscrape`](https://github.com/russellsteadman/netscrape/tree/main/packages/bot#readme) | ||
— A simple web scraping client | ||
- [`exclusion`](https://github.com/russellsteadman/netscrape/tree/main/packages/exclusion#readme) | ||
— A simple and compliant robots.txt parser | ||
|
||
## Get Started | ||
|
||
Visit the `netscrape` package [on npm](https://www.npmjs.com/packages/netscrape) to get started. | ||
|
||
## Licenses | ||
|
||
See the individual packages for licenses. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"folders": [ | ||
{ | ||
"path": "packages/exclusion" | ||
}, | ||
{ | ||
"path": "packages/bot" | ||
} | ||
], | ||
"settings": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,8 @@ | ||
Just getting started! | ||
# NetScrape | ||
|
||
Web scraping made efficient, simple, and compliant. | ||
|
||
## License | ||
|
||
MIT (C) 2022 [Russell Steadman](https://github.com/russellsteadman). See LICENSE file. Visit [Google | ||
deps.dev](https://deps.dev/npm/netscrape) for dependency information. |
Oops, something went wrong.