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.
- Host: GitHub
- URL: https://github.com/vip-git/node-rest-api-scrapper
- Owner: vip-git
- License: mit
- Created: 2018-06-05T05:03:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-04T09:38:46.000Z (over 7 years ago)
- Last Synced: 2024-10-19T12:16:16.002Z (over 1 year ago)
- Topics: express-http-proxy, nodejs-api, rest-api, scrapper, ts-express-decorators
- Language: TypeScript
- Homepage: https://vip-git.github.io/node-rest-api-scrapper/
- Size: 426 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node Typescript Rest-API (Scrapper)
[](https://travis-ci.org/vip-git/node-rest-api-scrapper) [](https://badge.fury.io/js/npm) [](https://david-dm.org/vip-git/node-rest-api-scrapper) [](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)