docs: add contributors section & other changes
This commit is contained in:
@@ -13,70 +13,43 @@
|
|||||||
|
|
||||||
# <p align="center">Aniwatch API</p>
|
# <p align="center">Aniwatch API</p>
|
||||||
|
|
||||||
<p align="center">
|
<div align="center">
|
||||||
A free restful API serving anime information from <a href="https://hianime.to" target="_blank">hianime.to</a>
|
A free restful API serving anime information from <a href="https://hianime.to" target="_blank">hianime.to</a>
|
||||||
<br/><br/>
|
<br/><br/>
|
||||||
<strong>
|
<strong>
|
||||||
<a
|
|
||||||
href="https://github.com/ghoshRitesh12/aniwatch-api/issues/new?assignees=ghoshRitesh12&labels=bug&template=bug-report.yml"
|
|
||||||
>
|
|
||||||
Bug report
|
|
||||||
</a>
|
|
||||||
·
|
|
||||||
<a
|
|
||||||
href="https://github.com/ghoshRitesh12/aniwatch-api/issues/new?assignees=ghoshRitesh12&labels=enhancement&template=feature-request.md"
|
|
||||||
>
|
|
||||||
Feature request
|
|
||||||
</a>
|
|
||||||
</strong>
|
|
||||||
</p>
|
|
||||||
<p align="center">
|
|
||||||
<a
|
<a
|
||||||
href="https://github.com/ghoshRitesh12/aniwatch-api/actions/workflows/codeql-analysis.yml"
|
href="https://github.com/ghoshRitesh12/aniwatch-api/issues/new?assignees=ghoshRitesh12&labels=bug&template=bug-report.yml"
|
||||||
>
|
>
|
||||||
<img
|
Bug report
|
||||||
src="https://github.com/ghoshRitesh12/aniwatch-api/actions/workflows/codeql-analysis.yml/badge.svg"
|
|
||||||
alt="codeql"
|
|
||||||
/>
|
|
||||||
</a>
|
</a>
|
||||||
|
·
|
||||||
<a
|
<a
|
||||||
href="https://github.com/ghoshRitesh12/aniwatch-api/actions/workflows/docker-build.yml"
|
href="https://github.com/ghoshRitesh12/aniwatch-api/issues/new?assignees=ghoshRitesh12&labels=enhancement&template=feature-request.md"
|
||||||
>
|
>
|
||||||
<img
|
Feature request
|
||||||
src="https://github.com/ghoshRitesh12/aniwatch-api/actions/workflows/docker-build.yml/badge.svg"
|
|
||||||
alt="docker-build"
|
|
||||||
/>
|
|
||||||
</a>
|
</a>
|
||||||
<a
|
</strong>
|
||||||
href="https://github.com/ghoshRitesh12/aniwatch-api/actions/workflows/test.yml"
|
</div>
|
||||||
>
|
|
||||||
<img
|
<br/>
|
||||||
src="https://github.com/ghoshRitesh12/aniwatch-api/actions/workflows/test.yml/badge.svg" alt="test coverage"
|
|
||||||
>
|
<div align="center">
|
||||||
</a>
|
|
||||||
<a
|
[](https://github.com/ghoshRitesh12/aniwatch-api/actions/workflows/codeql-analysis.yml)
|
||||||
href="https://github.com/ghoshRitesh12/aniwatch-api/stargazers"
|
[](https://github.com/ghoshRitesh12/aniwatch-api/actions/workflows/docker-build.yml)
|
||||||
>
|
[](https://github.com/ghoshRitesh12/aniwatch-api/actions/workflows/test.yml)
|
||||||
<img
|
[](https://github.com/ghoshRitesh12/aniwatch-api/blob/main/LICENSE)
|
||||||
src="https://img.shields.io/github/stars/ghoshRitesh12/aniwatch-api" alt="stars"
|
|
||||||
>
|
</div>
|
||||||
</a>
|
|
||||||
<a
|
<div align="center">
|
||||||
href="https://github.com/ghoshRitesh12/aniwatch-api/network/members"
|
|
||||||
>
|
[](https://github.com/ghoshRitesh12/aniwatch-api/stargazers)
|
||||||
<img
|
[](https://github.com/ghoshRitesh12/aniwatch-api/network/members)
|
||||||
src="https://img.shields.io/github/forks/ghoshRitesh12/aniwatch-api" alt="forks"
|
[](https://github.com/ghoshRitesh12/aniwatch-api/issues?q=is%3Aissue+is%3Aopen+)
|
||||||
>
|
[](https://github.com/ghoshRitesh12/aniwatch-api/releases/latest)
|
||||||
</a>
|
|
||||||
<a
|
</div>
|
||||||
href="https://github.com/consumet/extensions/blob/master/LICENSE"
|
|
||||||
>
|
|
||||||
<img
|
|
||||||
src="https://img.shields.io/github/license/ghoshRitesh12/aniwatch-api" alt="GitHub"
|
|
||||||
/>
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
> [!IMPORTANT]
|
> [!IMPORTANT]
|
||||||
>
|
>
|
||||||
@@ -105,8 +78,9 @@
|
|||||||
- [GET Anime Episode Servers](#get-anime-episode-servers)
|
- [GET Anime Episode Servers](#get-anime-episode-servers)
|
||||||
- [GET Anime Episode Streaming Links](#get-anime-episode-streaming-links)
|
- [GET Anime Episode Streaming Links](#get-anime-episode-streaming-links)
|
||||||
- [Development](#development)
|
- [Development](#development)
|
||||||
- [Support](#support)
|
- [Contributors](#contributors)
|
||||||
- [Thanks](#thanks)
|
- [Thanks](#thanks)
|
||||||
|
- [Support](#support)
|
||||||
- [License](#license)
|
- [License](#license)
|
||||||
- [Star History](#star-history)
|
- [Star History](#star-history)
|
||||||
|
|
||||||
@@ -1002,6 +976,12 @@ console.log(data);
|
|||||||
|
|
||||||
Pull requests and stars are always welcome. If you encounter any bug or want to add a new feature to this api, consider creating a new [issue](https://github.com/ghoshRitesh12/aniwatch-api/issues). If you wish to contribute to this project, read the [CONTRIBUTING.md](https://github.com/ghoshRitesh12/aniwatch-api/blob/main/CONTRIBUTING.md) file.
|
Pull requests and stars are always welcome. If you encounter any bug or want to add a new feature to this api, consider creating a new [issue](https://github.com/ghoshRitesh12/aniwatch-api/issues). If you wish to contribute to this project, read the [CONTRIBUTING.md](https://github.com/ghoshRitesh12/aniwatch-api/blob/main/CONTRIBUTING.md) file.
|
||||||
|
|
||||||
|
## <span id="contributors">✨ Contributors</span>
|
||||||
|
|
||||||
|
Thanks to the following people for keeping this project alive and relevant.
|
||||||
|
|
||||||
|
[](https://github.com/ghoshRitesh12/aniwatch-api/graphs/contributors)
|
||||||
|
|
||||||
## <span id="thanks">🤝 Thanks</span>
|
## <span id="thanks">🤝 Thanks</span>
|
||||||
|
|
||||||
- [consumet.ts](https://github.com/consumet/consumet.ts)
|
- [consumet.ts](https://github.com/consumet/consumet.ts)
|
||||||
@@ -1019,15 +999,6 @@ This project is licensed under the [MIT License](https://opensource.org/license/
|
|||||||
|
|
||||||
<img
|
<img
|
||||||
id="star-history"
|
id="star-history"
|
||||||
src="https://api.star-history.com/svg?repos=ghoshRitesh12/aniwatch-api&type=Date&theme=dark"
|
src="https://starchart.cc/ghoshRitesh12/aniwatch-api.svg?variant=adaptive"
|
||||||
alt=""
|
alt=""
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<br/>
|
|
||||||
|
|
||||||
<p align="center">
|
|
||||||
Made with 💖 by
|
|
||||||
<a href="https://github.com/ghoshRitesh12">
|
|
||||||
Ritesh
|
|
||||||
<a>
|
|
||||||
<p>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user