Skip to content

Express backend to parse and return header fields. Part of freeCodeCamp's Back End Development and API certification projects.

Notifications You must be signed in to change notification settings

willbeaumont/fcc-api-headerparser

 
 

Repository files navigation

My solution!

I added an API in server.js to return a JSON object with parsed header fields.

User Stories

  • You should provide your own project, not the example URL.

  • A request to /api/whoami should return a JSON object with your IP address in the ipaddress key.

  • A request to /api/whoami should return a JSON object with your preferred language in the language key.

  • A request to /api/whoami should return a JSON object with your software in the software key.

About

Express backend to parse and return header fields. Part of freeCodeCamp's Back End Development and API certification projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.1%
  • HTML 38.0%
  • CSS 13.9%