freeanime / freeanime.tv

Fast and free anime website for browsing online embedded content
https://freeanime.tv
GNU Affero General Public License v3.0
4 stars 1 forks source link
anime

FreeAnime.tv

Fast and free anime website for browsing online embedded content

Design Rules

  1. No backend. Being client-side allows use to have zero maintenance costs, which is important for the long-term survival of the project.
  2. Free (as in freedom) and open-source. This is a project from the community, for the community, and all design decisions must respect that.

Design Goals

  1. Fast
  2. Lightweight
  3. Unintrusive
  4. Feature Rich

Architecture and Tech Stack

Other Tools and Technologies

Development

git clone https://github.com/freeanime/freeanime.tv.git
cd freeanime.tv
npm i # install dependencies
npm run dev # build and run locally

Recommended VSCode extensions:

We use the Airbnb style guide. See their file naming convention here.

API Parsing

Every page must be self-contained, meaning if you give that link to someone else, everything works as intended.

Prefered methods for piggybacking on APIs:

  1. Use source's native JSON API
  2. Use HTML parser on source' native HTML API
  3. Use HTML parser on the source's entire page
  4. Use source's JSON search API to find the title
  5. Use HTML parser on the source's HTML search results to find the title

Disclaimer

FreeAnime.tv does not store or serve any content from its servers. All contents are provided by non-affiliated third parties.