Request Header Parser Microservice https://headerparser.radiidev.repl.co/
Go to file
2017-02-18 18:55:28 +00:00
public Initial commit from Gomix. 2017-02-18 18:55:28 +00:00
views Initial commit from Gomix. 2017-02-18 18:55:28 +00:00
.gitconfig Initial commit from Gomix. 2017-02-18 18:55:28 +00:00
.hyperdev-assets Initial commit from Gomix. 2017-02-18 18:55:28 +00:00
package.json Initial commit from Gomix. 2017-02-18 18:55:28 +00:00
README.md Initial commit from Gomix. 2017-02-18 18:55:28 +00:00
server.js Initial commit from Gomix. 2017-02-18 18:55:28 +00:00

API Project: Request Header Parser Microservice for freeCodeCamp

User stories:

  1. I can get the IP address, preferred languages (from header Accept-Language) and system infos (from header User-Agent) for my device.

Example usage:

  • [base_url]/api/whoami

Example output:

  • {"ipaddress":"159.20.14.100","language":"en-US,en;q=0.5","software":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0"}