https://github.com/tarsislimadev/html2json
Parse .html to .json files
https://github.com/tarsislimadev/html2json
docker html json
Last synced: 2 months ago
JSON representation
Parse .html to .json files
- Host: GitHub
- URL: https://github.com/tarsislimadev/html2json
- Owner: tarsislimadev
- License: mit
- Created: 2022-03-23T01:49:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-29T21:18:51.000Z (over 2 years ago)
- Last Synced: 2025-03-02T22:43:53.502Z (over 1 year ago)
- Topics: docker, html, json
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTML 2 JSON (in Docker)
## How to
From web (http/https):
```sh
npx html2json --from https://google.com --save google.json
```
From local:
```sh
npx html2json --from google.html --save google.json
```
## License
[MIT](LICENSE)