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

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

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)