Skip to content

Commit

Permalink
Update license, add tests, split files
Browse files Browse the repository at this point in the history
  • Loading branch information
russellsteadman committed Jan 29, 2022
1 parent 8d89d68 commit aac0d17
Show file tree
Hide file tree
Showing 19 changed files with 839 additions and 2,740 deletions.
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
See the LICENSE files in the individual packages.
19 changes: 18 additions & 1 deletion README.md
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.
11 changes: 11 additions & 0 deletions netscrape.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"folders": [
{
"path": "packages/exclusion"
},
{
"path": "packages/bot"
}
],
"settings": {}
}
9 changes: 8 additions & 1 deletion packages/bot/README.md
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.
Loading

0 comments on commit aac0d17

Please sign in to comment.