/request-header-parser

Microservice API built in Node.js as a part of the Back End Development and APIs Certification from freecodecamp.org

Primary LanguageHTML

Example Usage:

> [base url]/api/whoami

Example Output:

{
    "ipaddress":"::ffff: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"
}

This app is a solution to this freecodecamp.org Back End Development project