diff options
| author | Ritesh Ghosh <[email protected]> | 2024-05-10 10:45:05 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2024-05-10 10:45:05 +0530 |
| commit | 10daece49d0cfdec7476b424c9a8b424978b4b95 (patch) | |
| tree | d44e8bde9510a8c1372b6c905883554572a4d3fa | |
| parent | 012d897ed21464a02c389eade24edc0a20066c52 (diff) | |
| download | aniwatch-api-10daece49d0cfdec7476b424c9a8b424978b4b95.tar.xz aniwatch-api-10daece49d0cfdec7476b424c9a8b424978b4b95.zip | |
docs: add star Hhstory section to README
| -rw-r--r-- | README.md | 26 |
1 files changed, 25 insertions, 1 deletions
@@ -108,6 +108,7 @@ - [Support](#support) - [Thanks](#thanks) - [License](#license) +- [Star History](#star-history) ## <span id="installation">💻 Installation</span> @@ -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 @@ -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"> |
