From 62a975012d8580c7e2c97a40a64b80177762c66a Mon Sep 17 00:00:00 2001 From: moT01 <20648924+moT01@users.noreply.github.com> Date: Mon, 12 Oct 2020 14:31:20 -0500 Subject: [PATCH] fix: remove user stories --- README.md | 12 ++---------- public/style.css | 21 --------------------- views/index.html | 4 +--- 3 files changed, 3 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index a9481ab..de5d3ae 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,2 @@ -# API Project: Request Header Parser Microservice for freeCodeCamp -[![Run on Repl.it](https://repl.it/badge/github/freeCodeCamp/boilerplate-project-headerparser)](https://repl.it/github/freeCodeCamp/boilerplate-project-headerparser) -### User stories: -1. I can get the IP address, preferred languages (from header `Accept-Language`) and system infos (from header `User-Agent`) for my device. - -#### Example usage: -* [base_url]/api/whoami - -#### Example output: -* `{"ipaddress":"159.20.14.100","language":"en-US,en;q=0.5","software":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0"}` \ No newline at end of file +# [Request Header Parser Microservice](https://www.freecodecamp.org/learn/apis-and-microservices/apis-and-microservices-projects/request-header-parser-microservice +) \ No newline at end of file diff --git a/public/style.css b/public/style.css index b90816e..32521f4 100644 --- a/public/style.css +++ b/public/style.css @@ -1,5 +1,3 @@ -/****** Main Styling ******/ - body { font-family: 'Roboto', sans-serif; font-size: 16px; @@ -22,31 +20,12 @@ h3 { margin-top: 40px; } -.user-stories { - position: relative; - text-align: justify; - max-width: 700px; - margin: 15px auto; -} code { font-family: monospace; padding: 2px; color: black; background-color: #fff; } -ol { - list-style-position: outside; -} -ul { - list-style-type: none; -} - -li { - margin-bottom: 0.5em; -} -.user-stories li { - margin-bottom: 1em; -} a { color: #2574A9; diff --git a/views/index.html b/views/index.html index fae54c8..75ee7b1 100644 --- a/views/index.html +++ b/views/index.html @@ -11,9 +11,7 @@
-

API Project: Request Header Parser Microservice

-

User Story:

- 1. I can get the IP address, preferred languages (from header Accept-Language)
and system infos (from header User-Agent) for my device. +

Request Header Parser Microservice

Example Usage: