-
Notifications
You must be signed in to change notification settings - Fork 0
Request Header Parser Microservice
llbbdd edited this page Mar 31, 2017
·
3 revisions
This is my solution to the second API Project in the Back End Development Certification section.
This app returns the IP address, language and operating system of the user's browser.
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.