Desktop app for anime fans
Go to file
Kylart 2586307828 Removed heavy material icon dependency
No more check for update in dev
2017-08-23 00:40:51 +02:00
assets Auto update implemented! ~~ 2017-08-22 19:30:58 +02:00
build Removed heavy material icon dependency 2017-08-23 00:40:51 +02:00
components Designed inroResults! Cheers~ 2017-08-16 18:47:29 +01:00
dist Fixed a bug where KawAnime dist could not be started from another path 2017-07-25 16:53:26 +02:00
mixins Dev and prod working, need to fix tests and building app 2017-07-24 10:45:00 +02:00
pages Auto update implemented! ~~ 2017-08-22 19:30:58 +02:00
router implemented babel-eslint parsing for dynamic import for standard 2017-07-27 10:05:02 +02:00
server Removed heavy material icon dependency 2017-08-23 00:40:51 +02:00
static Updated README 2017-08-22 19:51:52 +02:00
store Auto update implemented! ~~ 2017-08-22 19:30:58 +02:00
test Fixed download with pantsu 2017-07-27 11:25:16 +02:00
webpack Reduced size of material icons 2017-08-22 14:59:08 +02:00
.babelrc implemented babel-eslint parsing for dynamic import for standard 2017-07-27 10:05:02 +02:00
.editorconfig All templates are now Pug! 2017-08-13 23:46:05 +01:00
.gitignore Auto update implemented! ~~ 2017-08-22 19:30:58 +02:00
.travis.yml Code coverage 2017-07-20 12:31:34 +02:00
README.md Updated README 2017-08-22 19:51:52 +02:00
index.html Changed page for developers. 2017-05-14 00:25:48 +02:00
main.js Auto update implemented! ~~ 2017-08-22 19:30:58 +02:00
nightwatch.conf.js Fixed a bug where KawAnime dist could not be started from another path 2017-07-25 16:53:26 +02:00
package.json Removed heavy material icon dependency 2017-08-23 00:40:51 +02:00
publish.sh Auto update implemented! ~~ 2017-08-22 19:30:58 +02:00

README.md

KawAnime

Build Status Codecov License

Features

Disclaimer : This is a software for otaku/anime-fans. Do not try if you're not prepared.

This software allows one to:

  • Be aware of the latest anime release.
  • Download an anime (from ep X to ep Y) via Torrent (one would need a torrent client atm). One can also only get a list of torrent magnets to paste in a torrent client on a distant server.
  • Get information from any anime (those come from myanimelist.net).
  • Get anime-related news from MyAnimeList.net.
  • Get seasonal releases information (from www.livechart.me).
  • Manage your anime files (watch and delete on click)
  • Manage watch lists.
  • More features are to come.

About OS

KawAnime is completely cross-platform.

Yet, if you find any problem, you can tell me anytime in the issues section.

Installation

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

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

Start

npm run build && npm start

Or

npm run bstart

Run in dev

Start all app
npm run dev
Lint
npm run lint

Testing

Server
npm run test:server
Front
npm run test:front
Full tests
npm run test
To know the number of line of code
npm run cloc

Generating distributable apps

This feature uses electron-builder.

You can find help to use it on your platform here.

For every OS

npm run build npm run dist:all

For Mac OS only

npm run build && npm run dist:mac

For Linux platforms only

npm run build && npm run dist:linux

For Windows platforms

npm run build && 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

This software is being developped with the following technologies, many thanks to

It is still in development.

License

MIT License

Copyright (c) Kylart