Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/
```