Skip to content

Freecodecamp's API Project for Back End Development Certification

Notifications You must be signed in to change notification settings

diegourban/request-header-parser-microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

request-header-parser-microservice

Freecodecamp's API Project for Back End Development Certification

User Stories:

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

Requirements

  • Node.js

Installation

npm install - to install the dependencies

Usage

npm start - to start the server

Example Usage

http://host:port/api/whoami - to request the info

Example Output

{"ipaddress":"::1","language":"pt-BR","software":"Windows NT 10.0"}

About

Freecodecamp's API Project for Back End Development Certification

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published