Desktop app for anime fans
Go to file
Kylart f607c85744 Merge remote-tracking branch 'origin/master' 2017-06-05 22:39:21 +02:00
assets Fixed update time on releases page 2017-05-31 09:58:33 +02:00
build Added build and removed useless directory 2017-04-28 00:55:25 +02:00
components Updated README.md 2017-05-30 15:08:35 +02:00
css Reorganized assets directory to contain only menu and api. main.css now is in the css folder 2017-05-30 11:06:52 +02:00
dist electron-builder now fully implemented 2017-04-28 00:52:06 +02:00
layouts Updated gitignore to ignore package-lock.json 2017-06-05 22:38:46 +02:00
pages Adapting alignment on title in local page 2017-06-03 19:18:03 +02:00
plugins KawAnime now follows js standard style 2017-05-08 15:18:10 +02:00
static Set favicon to work and deleted useless assets 2017-05-26 16:18:35 +02:00
store Improved handling of "site-down" errors at init 2017-06-02 19:31:07 +02:00
test Improved handling of "site-down" errors at init 2017-06-02 19:31:07 +02:00
.gitignore Updated gitignore to ignore package-lock.json 2017-06-05 22:38:46 +02:00
.travis.yml Fixed update time on releases page 2017-05-31 09:58:33 +02:00
LICENSE BIG UPDATE. Now using Nuxt! 2017-04-15 16:16:14 +02:00
README.md Improved handling of "site-down" errors at init 2017-06-02 19:31:07 +02:00
index.html Changed page for developers. 2017-05-14 00:25:48 +02:00
main.js Adapting alignment on title in local page 2017-06-03 19:18:03 +02:00
nightwatch.conf.js Fixed update time on releases page 2017-05-31 09:58:33 +02:00
nuxt.config.js Reorganized assets directory to contain only menu and api. main.css now is in the css folder 2017-05-30 11:06:52 +02:00
package.json Designed nyaapi's getLatest and download method. 2017-05-27 20:41:10 +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) COMMING SOON.
  • 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
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 buildAll

For Mac OS only

npm run build && npm run buildAll

For Linux platforms only

npm run build && npm run buildLinux

For Windows platforms

npm run build && npm run buildWin

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.

TODOs

  • Implement torrents with WebTorrent module.

Thanks

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

It is still in development

License

MIT License

Copyright (c) Kylart