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

https://github.com/sigfriedcub1990/headers_parser

Request Headers Parser
https://github.com/sigfriedcub1990/headers_parser

Last synced: 3 months ago
JSON representation

Request Headers Parser

Awesome Lists containing this project

README

        

# Request Header Parser

## Description

A simple microservice that returns a `JSON` containing information about the request.

## How to use it?

1. Clone this repo with Git.
2. Run `npm test`
3. Create a `.env` file with `PORT=3000`
4. If everything went well run `npm start`