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 client IP address, language and operating system as a JSON object.

Implementation

This solution utilises two external packages: The Express web application framework, and ip.js for the client IP. OS.js, a built-in package, is also required for the client operating system.

Links