Skip to content

Latest commit

 

History

History
94 lines (61 loc) · 2.81 KB

README_en.md

File metadata and controls

94 lines (61 loc) · 2.81 KB

Hikari anime image aggregation search

A collection of anime image search engines, based on Cloudflare Pages Function.

screenshot-mockup

Highlights

  • Integrated with several anime image search engines, including:

  • Modern user interface, based on Quasar and Vue.js

  • Based on Cloudflare Pages Function, stable, fast, reliable (and completely free)

Demo site

Please visit the demo site to use it

Develop

Configuring the development environment

  • You need:
    • Node.js 14+
    • yarn
    • VSCode

Install the dependencies

yarn install

Start development services

  • You need to execute both commands in both terminals
yarn run dev:worker
yarn run dev:front

Wait a moment, then open the development mode server provided by Quasar in your browser: http://localhost:8080 to start your development journey

Deploying to Cloudflare

The project deployment process is almost identical to the general Pages deployment process. You can always refer to the Cloudflare Pages documentation for more information.

  • Here are some of the values you may need to configure:
    • Build command: quasar build -P
    • Public directory: dist/spa

Acknowledgements

  • The sites that provide the above search services
  • Cloudflare Pages, the base of this project
  • Quasar, a framework for user interfaces
  • Schemastery, a lightweight schema type validation library for API schema validation

License

This project is licensed under the LGPL-3.0 license.

A site collects many anime image search engines.
Copyright (C) 2022 Mix

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see http://www.gnu.org/licenses/.