Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 814 Bytes

README.md

File metadata and controls

43 lines (25 loc) · 814 Bytes

bomhog

Download

To download entire BOM for a language:

node download xyz

Where xyz is the 3-character language code.

This works like crap on wifi. Use only on a wired connection.

This will download each page (chapter) and save as HTML files in ./html/xyz/....

Process

Aftering downloading, process the entire BOM for a language:

node process xyz

Where xyz is the 3-character language code, and the downloaded HTML files are in the default location (./html/xyz/...).

Processed data are saved in JSON files in ./json/xyz/....

Verify

After processing, verify the BOM JSON data for a language:

node verify xyz

Where xyz is the 3-character language code, and the processed JSON files are in the default location (./json/xyz/...).