Skip to content

Commit

Permalink
docs: add star Hhstory section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ghoshRitesh12 committed May 10, 2024
1 parent 012d897 commit 10daece
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
- [Support](#support)
- [Thanks](#thanks)
- [License](#license)
- [Star History](#star-history)

## <span id="installation">💻 Installation</span>

Expand Down Expand Up @@ -953,7 +954,7 @@ https://api-aniwatch.onrender.com/anime/episode-srcs?id={episodeId}&server={serv
| Parameter | Type | Description | Required? | Default |
| :--------: | :----: | :--------------------------------------------------: | :-------: | :--------------: |
| `id` | string | The id of the episode. | Yes | -- |
| `server` | string | The name of the server. | No | `"vidstreaming"` |
| `server` | string | The name of the server. | No | `"vidstreaming"` |
| `category` | string | The category of the episode ('sub', 'dub' or 'raw'). | No | `"sub"` |

#### Request sample
Expand Down Expand Up @@ -1014,6 +1015,29 @@ Don't forget to leave a star 🌟. You can also follow me on Twitter [@\_riteshg

This project is licensed under the [MIT License](https://opensource.org/license/mit/) - see the [LICENSE](https://github.com/ghoshRitesh12/aniwatch-api/blob/main/LICENSE) file for more details.

<br/>

<picture id="star-history">
<source
media="(prefers-color-scheme: dark)"
srcset="
https://api.star-history.com/svg?repos=ghoshRitesh12/aniwatch-api&type=Date&theme=dark
"
/>
<source
media="(prefers-color-scheme: light)"
srcset="
https://api.star-history.com/svg?repos=ghoshRitesh12/aniwatch-api&type=Date
"
/>
<img
alt="Star History Chart"
src="https://api.star-history.com/svg?repos=ghoshRitesh12/aniwatch-api&type=Date"
/>
</picture>

<br/>

<p align="center">
Made with 💖 by
<a href="https://github.com/ghoshRitesh12">
Expand Down

0 comments on commit 10daece

Please sign in to comment.