An open API service indexing awesome lists of open source software.

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

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)