diff --git a/.env.example b/.env.example index 42e7c0b..706ee2c 100644 --- a/.env.example +++ b/.env.example @@ -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 \ No newline at end of file diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..38b7740 --- /dev/null +++ b/LICENSE @@ -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. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..6a5cc75 --- /dev/null +++ b/README.md @@ -0,0 +1,83 @@ +

+ + JustAnime + +

+

JustAnime

+ +

A sleek anime streaming platform with a modern UI

+ +

+ About • + Features • + Quick Start • + Development +

+ +

+ + Stars + + + Forks + + + Issues + +

+ +## 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). diff --git a/public/Favicon.png b/public/Favicon.png new file mode 100644 index 0000000..a7bbe4a Binary files /dev/null and b/public/Favicon.png differ