sandbox-node/http-get/README.md

29 lines
505 B
Markdown
Raw Permalink Normal View History

2022-05-17 13:21:07 +02:00
# HTTP Client in Node.js
## Table of Contents
0. [General](#General)
1. [Quick Start Guide](#Quick-Start-Guide)
4. [Links](#Links)
# General
TODO
# Quick Start Guide
## Preparation
* run the following instruction to install dependenies.
```
npm i
```
## Development setup
* run the following instruction to start the service in development mode
```
DEBUG=http-get npm run dev
```
# Links
[HTTP Client in Node.js How to create with Core HTTP](https://bobcares.com/blog/http-client-in-node-js/)