Skip to content

Commit 62a9750

Browse files
committed
fix: remove user stories
1 parent 9bfcd66 commit 62a9750

File tree

3 files changed

+3
-34
lines changed

3 files changed

+3
-34
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,2 @@
1-
# API Project: Request Header Parser Microservice for freeCodeCamp
2-
[![Run on Repl.it](https://repl.it/badge/github/freeCodeCamp/boilerplate-project-headerparser)](https://repl.it/github/freeCodeCamp/boilerplate-project-headerparser)
3-
### User stories:
4-
1. I can get the IP address, preferred languages (from header `Accept-Language`) and system infos (from header `User-Agent`) for my device.
5-
6-
#### Example usage:
7-
* [base_url]/api/whoami
8-
9-
#### Example output:
10-
* `{"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"}`
1+
# [Request Header Parser Microservice](https://www.freecodecamp.org/learn/apis-and-microservices/apis-and-microservices-projects/request-header-parser-microservice
2+
)

public/style.css

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/****** Main Styling ******/
2-
31
body {
42
font-family: 'Roboto', sans-serif;
53
font-size: 16px;
@@ -22,31 +20,12 @@ h3 {
2220
margin-top: 40px;
2321
}
2422

25-
.user-stories {
26-
position: relative;
27-
text-align: justify;
28-
max-width: 700px;
29-
margin: 15px auto;
30-
}
3123
code {
3224
font-family: monospace;
3325
padding: 2px;
3426
color: black;
3527
background-color: #fff;
3628
}
37-
ol {
38-
list-style-position: outside;
39-
}
40-
ul {
41-
list-style-type: none;
42-
}
43-
44-
li {
45-
margin-bottom: 0.5em;
46-
}
47-
.user-stories li {
48-
margin-bottom: 1em;
49-
}
5029

5130
a {
5231
color: #2574A9;

views/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111

1212
<body>
1313
<div class="container">
14-
<h2>API Project: Request Header Parser Microservice</h2>
15-
<h3>User Story: </h3>
16-
1. I can get the IP address, preferred languages (from header <code>Accept-Language</code>)<br> and system infos (from header <code>User-Agent</code>) for my device.
14+
<h2>Request Header Parser Microservice</h2>
1715

1816
<h3>Example Usage:</h3>
1917
<p>

0 commit comments

Comments
 (0)