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

https://github.com/muhammadhasham23/request-header-parser-microservice

Request Header Parser with Node.js and express. A FCC Project.
https://github.com/muhammadhasham23/request-header-parser-microservice

express node parser requests-module

Last synced: 3 months ago
JSON representation

Request Header Parser with Node.js and express. A FCC Project.

Awesome Lists containing this project

README

          

# FreeCodeCamp Backend Project: Request Header Parser Microservice

### User stories:
I can get the IP address, language and operating system for my browser.

## Example usage:

```url
https://requestheaderparser2311.herokuapp.com/
```

## Example output:

```json
{"ipaddress":"10.180.49.12","language":"en-US","software":"Windows NT 10.0; Win64; x64"}
```

## Live Demo

```url
https://requestheaderparser2311.herokuapp.com/
```