Desktop app for anime fans
Go to file
Kylart 7c4a672e45 Removed call to downloader.js 2017-05-03 23:08:07 +02:00
assets Removed call to downloader.js 2017-05-03 23:08:07 +02:00
build Added build and removed useless directory 2017-04-28 00:55:25 +02:00
components Added ripple effect to history panel 2017-04-30 19:14:54 +02:00
css Updated gitignore. 2017-04-23 18:34:51 +02:00
dist electron-builder now fully implemented 2017-04-28 00:52:06 +02:00
layouts Adapted to vuetify 0.11.1 (modals) 2017-04-30 14:40:01 +02:00
pages Rip nyaa.se... Updated to horrible-api 2017-05-03 20:22:07 +02:00
plugins BIG UPDATE. Now using Nuxt! 2017-04-15 16:16:14 +02:00
static Rip nyaa.se... Updated to horrible-api 2017-05-03 20:22:07 +02:00
store Rip nyaa.se... Updated to horrible-api 2017-05-03 20:22:07 +02:00
.gitignore Added build and removed useless directory 2017-04-28 00:55:25 +02:00
LICENSE BIG UPDATE. Now using Nuxt! 2017-04-15 16:16:14 +02:00
README.md Updated README 2017-05-03 00:37:29 +02:00
index.html Fixed graphical problem on index page. 2017-04-18 17:34:36 +02:00
main.js Corrected version to 0.4.0 and put AboutPanel only if platform is darwin 2017-04-28 09:35:07 +02:00
nuxt.config.js Reimplemented config in store/index.js because of bug if first time launch. Config seems not to be loaded in time. 2017-04-28 12:08:01 +02:00
package.json Rip nyaa.se... Updated to horrible-api 2017-05-03 20:22:07 +02:00

README.md

Current situation

As you may know, nyaa.se is down for the moment (and maybe forever). KawAnime was mostly based on nyaa so at this moment two features aren't working : Latest releases and Downloader.

I am going to fix this in the days to come. But KawAnime will then only be able to fetch torrents from horriblesubs .info

KawAnime

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.
  • Manage watch lists.
  • More features are to come.

This is a software developed with Electron framework. It is still in development.

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

Start

npm start

Run in dev

npm run dev

Contributing

  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

Many thanks to

License

MIT License

Copyright (c) Kylart