https://github.com/kinow/readability-scraper
https://github.com/kinow/readability-scraper
nlp readability reading sci-fi scifi shortstories
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kinow/readability-scraper
- Owner: kinow
- Created: 2019-02-17T12:15:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T07:28:40.000Z (over 2 years ago)
- Last Synced: 2025-02-01T21:36:02.956Z (8 months ago)
- Topics: nlp, readability, reading, sci-fi, scifi, shortstories
- Language: TypeScript
- Size: 4.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# readability-scraper
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Run your end-to-end tests
```
npm run test:e2e
```### Run your unit tests
```
npm run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).