updated README

This commit is contained in:
tejaspanchall
2025-06-10 01:20:06 +05:30
parent 915aae3d95
commit 41e09d1561
4 changed files with 131 additions and 1 deletions

View File

@@ -1,2 +1,2 @@
# Your AniWatch API URL - replace with your own API endpoint
# Your Self Hosted AniWatch API URL - replace with your own API endpoint
ANIWATCH_API=https://your-api-url.com/api/v2/hianime

47
LICENSE Normal file
View File

@@ -0,0 +1,47 @@
Business Source License 1.1
Terms
The Licensor hereby grants you the right to copy, modify, create derivative
works, redistribute, and make non-production use of the Licensed Work. The
Licensor may make an Additional Use Grant, above, permitting limited
production use.
Effective on the Change Date, or the fourth anniversary of the first publicly
available distribution of a specific version of the Licensed Work under this
License, whichever comes first, the Licensor hereby grants you rights under
the terms of the Change License, and the rights granted in the paragraph
above terminate.
If your use of the Licensed Work does not comply with the requirements
currently in effect as described in this License, you must purchase a
commercial license from the Licensor, its affiliated entities, or authorized
resellers, or you must refrain from using the Licensed Work.
All copies of the original and modified Licensed Work, and derivative works
of the Licensed Work, are subject to this License. This License applies
separately for each version of the Licensed Work and the Change Date may vary
for each version of the Licensed Work released by Licensor.
You must conspicuously display this License on each original or modified copy
of the Licensed Work. If you receive the Licensed Work in original or
modified form from a third party, the terms and conditions set forth in this
License apply to your use of that work.
Any use of the Licensed Work in violation of this License will automatically
terminate your rights under this License for the current and all other
versions of the Licensed Work.
This License does not grant you any right in any trademark or logo of
Licensor or its affiliates (provided that you may use a trademark or logo of
Licensor as expressly required by this License).
TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON
AN "AS IS" BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
TITLE.
Change Date: 2027-04-01
On the date above, in accordance with the Business Source License, use of this software will be governed by the open source license GPL-3.0.

83
README.md Normal file
View File

@@ -0,0 +1,83 @@
<p align="center">
<a href="https://justanime.vercel.app">
<img src="./public/Favicon.png" alt="JustAnime" width="160">
</a>
</p>
<h1 align="center"><b>JustAnime</b></h1>
<h4 align="center"><b>A sleek anime streaming platform with a modern UI</b></h4>
<p align="center">
<a href="#what-is-justanime">About</a>
<a href="#features">Features</a>
<a href="#quick-start">Quick Start</a>
<a href="#development">Development</a>
</p>
<p align="center">
<a href="https://github.com/tejaspanchall/JustAnime/stargazers">
<img src="https://img.shields.io/github/stars/tejaspanchall/JustAnime?style=flat-square&color=yellow" alt="Stars" />
</a>
<a href="https://github.com/tejaspanchall/JustAnime/network/members">
<img src="https://img.shields.io/github/forks/tejaspanchall/JustAnime?style=flat-square&color=blue" alt="Forks" />
</a>
<a href="https://github.com/tejaspanchall/JustAnime/issues">
<img src="https://img.shields.io/github/issues/tejaspanchall/JustAnime?style=flat-square&color=red" alt="Issues" />
</a>
</p>
## What is JustAnime?
Welcome to **JustAnime**, your premier destination for all things anime! Explore a comprehensive collection of high-definition anime with a seamless and user-friendly interface powered by **[aniwatch-api](https://github.com/ghoshRitesh12/aniwatch-api)**.
Built using **Next.js** and **React**, JustAnime offers a cutting-edge, minimalist design that ensures both fast loading times and smooth navigation. Whether you're looking for the latest anime series or classic favorites, JustAnime has you covered with an ad-free streaming experience that supports both English subtitles and dubbed versions. Additionally, you can easily keep track of your watched episodes without the hassle of creating an account, making your viewing experience as convenient as possible.
## Features
### General:
* Sub/Dub Support - Switch between subbed and dubbed versions
* Responsive Design - Optimized for all devices from mobile to desktop
* Continue Watching - Resume from where you left off
* Advanced Search - With real-time suggestions as you type
### Player Experience:
* Autoplay - Seamlessly continue to the next episode
* Quality Selection - Choose your preferred streaming quality
* Multiple Servers - Switch between different streaming servers
* Subtitles - Toggle subtitles on/off
* Playback Speed - Adjust video playback speed
* Audio Controls - Volume adjustment and audio boost option
## Quick Start
### Clone the repository
```bash
git clone https://github.com/tejaspanchall/JustAnime.git
```
### Install dependencies
```bash
npm install
```
### Set up environment variables
```bash
cp .env.example .env
```
### Start development server
```bash
npm run dev
```
Visit [http://localhost:3000](http://localhost:3000) to see the application in action.
## Development
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/tejaspanchall/JustAnime/issues).

BIN
public/Favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB