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