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

https://github.com/beaglefoot/fcc-request-header-parser


https://github.com/beaglefoot/fcc-request-header-parser

express rest

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Request Header Parser Microservice

The second project in API section on [freeCodeCamp](https://www.freecodecamp.org/challenges/request-header-parser-microservice).

**The only user story is...**

* I can get the IP address, language and operating system for my browser.

**Example of usage:**

Url
```
https://fcc-request-parser-bf.glitch.me/api/whoami
```

Response
```
{"ip":"8.8.8.8","lang":"en-US","os":"X11; Linux x86_64"}
```