https://github.com/cmsrs/node_parser_html
Node.js Parse html - client server app
https://github.com/cmsrs/node_parser_html
Last synced: about 1 year ago
JSON representation
Node.js Parse html - client server app
- Host: GitHub
- URL: https://github.com/cmsrs/node_parser_html
- Owner: cmsrs
- License: mit
- Created: 2019-10-07T17:45:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T18:49:31.000Z (over 3 years ago)
- Last Synced: 2025-02-08T16:12:59.500Z (over 1 year ago)
- Language: JavaScript
- Size: 527 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node_parser_html
Node.js: Parse html - client server app
###INSTALL
1. Get files
```shell
$git clone https://github.com/cmsrs/node_parser_html.git
$cd ./node_parser_html
```
2. Installing dependents
```shell
$npm install
```
3. Start server
```shell
$npm start
```
4. Test app
```shell
$npm test
```
5. Test app using bash scripts
```shell
$cd scripts
$./post.sh
$./get.sh
```
###SWAGGER
```shell
http://localhost:3000/api-docs/
```