/api-header-parser

Implementation of the Header Parser API project from freeCodeCamp.

Primary LanguageHTML

api-header-parser

My implementation of the Header Parser API project from freeCodeCamp.

See the app on Heroku

Implements the following User story:

  • I can get the IP address, language and operating system for my browser.

Getting Started

npm install
node server.js

Usage:

http://localhost:8080/parser

Example output:

{ "ip": "::1", "lang": "en-US", "os": "Linux 64" }

Note: Example IP address is IPv6.

Additional notes