Skip to content

Commit

Permalink
readme corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
stv-beep committed Sep 12, 2022
1 parent 7ed4853 commit b021b16
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,26 @@
# F1 quotes api
<h1 align="center">F1 quotes api 🏎</h1>

<img alt="Version" src="https://img.shields.io/badge/version-0.4.5-green.svg" />

<img src="https://img.shields.io/badge/npm-%3E%3D8.5.0-blue.svg" />


<img src="https://img.shields.io/badge/node-%3E%3D16.14.2-blue.svg" />
<p>
<img alt="Version" src="https://img.shields.io/badge/version-0.4.5-green.svg"/>
<img src="https://img.shields.io/badge/npm-%3E%3D8.5.0-blue.svg"/>
<img src="https://img.shields.io/badge/node-%3E%3D16.14.2-blue.svg"/>
</p>


##### An API showing several quotes said by famous Formula 1 drivers and Formula 1 personalities.

##### Very easy to use. GET ```/``` shows all the F1 drivers or personalities who have quotes saved in this API, and their code to access them. For example: Max Verstappen's quotes: ```/quotes/verstappen```

## Endpoints
#### GET list of F1 drivers or personalities **->** GET ```/```
#### GET 10 interesting quotes of F1 drivers or personalities **->** GET ```/quotes```
#### GET all saved quotes from an specific F1 driver **->** GET ```/quotes/:drivers_last_name```


#### GET list of F1 drivers or personalities **->** GET ```/```

#### GET 10 interesting quotes of F1 drivers or personalities **->** GET ```/quotes```

#### GET all saved quotes from an specific F1 driver **->** GET ```/quotes/:drivers_last_name```



## Dev:
Expand Down

0 comments on commit b021b16

Please sign in to comment.