Desktop app for anime fans
Go to file
Kylart eae46f9150 Added appveyor.yml 2019-06-14 14:59:43 +02:00
build Removed heavy material icon dependency 2017-08-23 00:40:51 +02:00
public Removed vue logo 2019-05-21 16:11:17 +02:00
src Setup default protocol for Linux and all other platforms 2019-06-13 21:27:51 +02:00
tests/unit Removed cypress 2019-06-13 21:31:59 +02:00
.editorconfig Reworked the whole app to be electron based 2019-04-09 00:20:52 +02:00
.env.example Added .env.example 2019-06-12 02:22:19 +02:00
.eslintrc.js Reworked the whole app to be electron based 2019-04-09 00:20:52 +02:00
.gitignore Removed cypress 2019-06-13 21:31:59 +02:00
.travis.yml Removed email notifictions 2019-06-14 14:29:47 +02:00
README.md Fix #59 Can now get local files recursively in a folder 2019-06-08 13:34:51 +02:00
appveyor.yml Added appveyor.yml 2019-06-14 14:59:43 +02:00
babel.config.js Reworked the whole app to be electron based 2019-04-09 00:20:52 +02:00
package-lock.json Added appveyor.yml 2019-06-14 14:59:43 +02:00
package.json Added appveyor.yml 2019-06-14 14:59:43 +02:00
postcss.config.js Reworked the whole app to be electron based 2019-04-09 00:20:52 +02:00
vue.config.js Added travis.yml 2019-06-14 13:28:07 +02:00

README.md

KawAnime

License Chat

Features

Disclaimer : KawAnime is built for otaku/anime-fans. The software will contain images and sounds sourced from anime. Do not try if you're not prepared.

Use KawAnime to:

  • Manage your pirate anime life with a single software.
  • Get updated on anime releases as soon as they are subbed (or not).
  • Download or stream your torrents easily (in-app torrent client included!).
  • Magnet links for all episodes can be generated through the Downloader.
  • Get anime information, news, and seasonal information from your preferred anime information source (Anilist, Kitsu.io, MAL).
  • Manage your anime files (watch and delete on click).
  • Manage local watch lists as well as those from your preferred provider (Anilist, Kitsu.io, MAL).
  • Keep track of what you watched with the History.
  • Easily binge watch your local anime or while streaming.

Feel free to check the official website for a demo of all the available features.

About OS

KawAnime is completely cross-platform.

If you have any problems installing for your OS, you can contact me anytime in the issues section.

Installation

Be sure that Npm is installed. You can find how to install npm (node) here.

git clone https://github.com/Kylart/KawAnime
cd KawAnime/
npm install

Run in dev

Start app
npm run dev
Lint
npm run lint

Testing

Testing is not implemented yet as it takes time :(

Two types are setup though:

  1. e2e with Cypress (see tests/e2e)
  2. Unit tests (see tests/unit)

Generating distributable apps

This feature uses electron-builder.

Find help to use it on your platform here.

For every OS

npm run dist

For Mac OS only

npm run dist:mac

For Linux OS only

npm run dist:linux

For Windows OS only

npm run dist:win

Distributable will then be in the dist folder.

Contributing

Any contribution is appreciated.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request.

Thanks

KawAnime is developed using the following technologies, many thanks to

License

MIT License

Copyright (c) Kylart