Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Thatskat committed Jun 30, 2023
2 parents c09202f + 9e15ccd commit 3fb6127
Showing 1 changed file with 33 additions and 23 deletions.
56 changes: 33 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,32 @@
<img src='https://github.com/Thatskat/southpark-quotes-api/blob/main/public/imgs/Southpark-api.jpg' alt='South Aprk API Header'/>
![](https://github.com/Thatskat/southpark-quotes-api/blob/main/public/imgs/southpark-api-header.svg)



<h1 align='center'> South Park Quotes API</h1>


<h1 align='center'>South Park Quotes API</h1>
<p align='center'>A pretty simple API to let you retrieve some of the best quotes from South Park, mmkay!</p>
&nbsp;
<div align='center' id='githubStats'>
<img src='https://img.shields.io/github/forks/Thatskat/southpark-quotes-api?label=Forks&style=for-the-badge&color=%23bbf7d0' alt='Southpark API Forks'/>&nbsp;
<img src='https://img.shields.io/github/stars/Thatskat/southpark-quotes-api?style=for-the-badge&color=%23bbf7d0' alt='Southpark API Stars'/>&nbsp;
<img src='https://img.shields.io/github/issues-pr/Thatskat/southpark-quotes-api?style=for-the-badge&color=%23bbf7d0' alt='Southpark API Pull Requests'/>
<div align='center'>
<img src='https://img.shields.io/github/forks/Thatskat/southpark-quotes-api?label=Forks&style=for-the-badge&color=%23bbf7d0' alt='South Park Quotes API Forks'/>&nbsp;
<img src='https://img.shields.io/github/stars/Thatskat/southpark-quotes-api?style=for-the-badge&color=%23bbf7d0' alt='South Park Quotes API Stars'/>&nbsp;
<img src='https://img.shields.io/github/issues-pr/Thatskat/southpark-quotes-api?style=for-the-badge&color=%23bbf7d0' alt='South Park Quotes API Pull Requests'/>
</div>
&nbsp;
<h2>Production Host</h2>
🌐 <a href='https://southparkquotes.up.railway.app/'>https://southparkquotes.up.railway.app/</a>
&nbsp;

<h2>API</h2>
<h3><b>GET /v1/quotes</b></h3>
<p>Get a random quote:</p>
<a href='https://southparkquotes.up.railway.app/v1/quotes'>https://southparkquotes.up.railway.app/v1/quotes</a>
&nbsp;

## Production Host

🌐 [https://southparkquotes.up.railway.app/](https://southparkquotes.up.railway.app/)


## API


### `GET /v1/quotes`
Get a random quote:

> [https://southparkquotes.up.railway.app/v1/quotes](https://southparkquotes.up.railway.app/v1/quotes)

```
[
Expand All @@ -29,10 +38,11 @@
```


<h3><b>GET /v1/quotes/{number}</b></h3>
<p>Returns an array of {number} of South Park quotes. E.g. GET /v1/quotes/3 :</p>
<a href='https://southparkquotes.up.railway.app/v1/quotes/3'>https://southparkquotes.up.railway.app/v1/quotes/3</a>
&nbsp;
### `GET /v1/quotes/{number}`
Returns an array of `{number}` South Park quotes. E.g. `GET /v1/quotes/3`

> [https://southparkquotes.up.railway.app/v1/quotes/3](https://southparkquotes.up.railway.app/v1/quotes/3)

```
[
Expand All @@ -51,8 +61,8 @@
]
```

<h2>Contribution</h2>
<p>Want to add some South Park quotes? All you need to do is simply add them in the quotes.js file and then create a pull request.</p>
## Contributions
Want to add some South Park quotes? All you need to do is simply add them in the quotes.js file and then create a pull request.

<h2>Credits</h2>
<p>This quotes API was greatly inspired by <a href='https://github.com/shevabam/breaking-bad-quotes'>Breaking Bad Quotes</a> and <a href='https://github.com/jamesseanwright/ron-swanson-quotes'>Ron Swnson Quotes</a>.</p>
## Credits
This quotes API was greatly inspired by [Breaking Bad Quotes](https://github.com/shevabam/breaking-bad-quotes) and [Ron Swnson Quotes](https://github.com/jamesseanwright/ron-swanson-quotes).

0 comments on commit 3fb6127

Please sign in to comment.