Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kornil/ip_microservice

Request Header Parser Microservice
https://github.com/kornil/ip_microservice

freecodecamp freecodecamp-challenge

Last synced: 8 days ago
JSON representation

Request Header Parser Microservice

Awesome Lists containing this project

README

        



Request Header Parser Microservice



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


Example usage:


https://ip-microservice-kornil.c9users.io/

Example output:



{
"ipaddress": "79.51.47.22",
"language": "it-IT",
"software": "Windows NT 6.2; Win64; x64"
}