Skip to content

Request Header Parser Microservice

llbbdd edited this page Mar 31, 2017 · 3 revisions

FreeCodeCamp API Project 02

This is my solution to the second API Project in the Back End Development Certification section.

Objective

This app returns the IP address, language and operating system of the user's browser.

Implementation

This solution utilises two external packages: The Express web application framework, and ip.js to handle the client browser IP address. A third require is the os package, a built-in module, which gets the operating system the client browser is running on.

Links

Clone this wiki locally