Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cmsrs/node_parser_html
Node.js Parse html - client server app
https://github.com/cmsrs/node_parser_html
Last synced: 11 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T18:49:31.000Z (almost 2 years ago)
- Last Synced: 2023-08-04T03:07:34.074Z (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/
```