https://github.com/boolfalse/sider-menu-parser
Parsing Sider menu data with Node.js
https://github.com/boolfalse/sider-menu-parser
Last synced: about 1 month ago
JSON representation
Parsing Sider menu data with Node.js
- Host: GitHub
- URL: https://github.com/boolfalse/sider-menu-parser
- Owner: boolfalse
- Created: 2021-11-22T10:47:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-22T11:10:24.000Z (over 4 years ago)
- Last Synced: 2025-09-07T06:37:37.487Z (7 months ago)
- Language: HTML
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Parsing [Sider](https://www.sider.biz/) menu data with Node.js.
### Package:
- [node-html-parser](https://www.npmjs.com/package/node-html-parser)
### Running:
- Make sure you have "./sider.html" file with live HTML.
- Make sure you have empty "./result.json" file.
- Run "node index.js".
- Check "./result.json" file.
### Author:
- [BoolFalse](https://boolfalse.com)