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

https://github.com/vip-git/node-rest-api-scrapper

A starting point for Node.js (TypeScript-Api) to scrape restful endpoints.
https://github.com/vip-git/node-rest-api-scrapper

express-http-proxy nodejs-api rest-api scrapper ts-express-decorators

Last synced: 9 months ago
JSON representation

A starting point for Node.js (TypeScript-Api) to scrape restful endpoints.

Awesome Lists containing this project

README

          

# Node Typescript Rest-API (Scrapper)
[![Build Status](https://travis-ci.org/vip-git/node-rest-api-scrapper.svg?branch=master)](https://travis-ci.org/vip-git/node-rest-api-scrapper) [![npm version](https://badge.fury.io/js/npm.svg)](https://badge.fury.io/js/npm) [![dependencies](https://david-dm.org/vip-git/node-rest-api-scrapper.svg)](https://david-dm.org/vip-git/node-rest-api-scrapper) [![dev-dependencies](https://david-dm.org/vip-git/node-rest-api-scrapper/dev-status.svg)](https://david-dm.org/vip-git/node-rest-api-scrapper)
#### (ts-express-decorators) (express-http-proxy) (jest) (typedoc)
------------------------------
## DOCS
- https://vip-git.github.io/node-rest-api-scrapper/index.html
### Prerequisites
- [Node.js 8.0+](http://nodejs.org)

### Getting Started
```
npm install

npm start
```

### Navigate:
- http://localhost:3000/proxy/show (PROXY - NO headers required for now)
- http://localhost:3000/api/show (API) (Requires you to set headers: `Authorization Bearer AbCdEf123456`)
- http://localhost:3000/api-docs/ (Swagger UI)