Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/byurhannurula/site-scraper
Simple site scraper, just enter the url of a site or article and get text content of if.
https://github.com/byurhannurula/site-scraper
Last synced: about 5 hours ago
JSON representation
Simple site scraper, just enter the url of a site or article and get text content of if.
- Host: GitHub
- URL: https://github.com/byurhannurula/site-scraper
- Owner: byurhannurula
- Created: 2023-09-17T19:08:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-18T13:51:15.000Z (about 1 year ago)
- Last Synced: 2023-10-18T14:32:48.234Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://scraper.byurhannurula.com
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# site-scraper
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.