sandbox-node/http-get/README.md

29 lines
505 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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/)