Skip to content
This repository has been archived by the owner on May 13, 2018. It is now read-only.

Solution to FCC's Request Header Parser Microservice API Project

License

Notifications You must be signed in to change notification settings

bryanjhv/fcc-request-header-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Request Header Parser Microservice

Solution to FreeCodeCamp's Request Header Parser Microservice API project.

Background

The goal is to use the Express Node.js web framework to create a simple API service, which should respond to a /api/whoami endpoint.

After hitting that endpoint, the service should return information about the user's data just by parsing the request header sent by browsers when sending a HTTP request.

The data returned should be like:

  • ipaddress: the IP address the request was originated from.
  • language: the browser's language the user configured.
  • software: the user's OS from browser's user-agent string.

Deployment

The project should be deployed in Heroku because it's easy to use and free. Also, Cloud9 IDE was suggested for use because it already has all the needed dependencies ready to work with.

License

This project is under MIT License.

About

Solution to FCC's Request Header Parser Microservice API Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published