Desktop app for anime fans
Go to file
Kylart 7a350cf31d Implemented download with config's fansub and ANY name with nyaapi
Fixed a bug where saved config was malformed
Fixed tests
2017-05-30 12:26:35 +02:00
assets Implemented download with config's fansub and ANY name with nyaapi 2017-05-30 12:26:35 +02:00
build Added build and removed useless directory 2017-04-28 00:55:25 +02:00
components Reimplemented nyaa in store. Now able to choose (some) fansub on releases. 2017-05-30 09:26:24 +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 Implemented some ava test and spectron test (spectron's on-hold since first need to sign dist app) 2017-05-21 22:51:56 +02:00
pages Implemented download with config's fansub and ANY name with nyaapi 2017-05-30 12:26:35 +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 Implemented download with config's fansub and ANY name with nyaapi 2017-05-30 12:26:35 +02:00
test Implemented download with config's fansub and ANY name with nyaapi 2017-05-30 12:26:35 +02:00
.gitignore Implemented all tests server side. 100% CC 2017-05-24 01:38:57 +02:00
.travis.yml Updated README 2017-05-24 10:46:06 +02:00
LICENSE BIG UPDATE. Now using Nuxt! 2017-04-15 16:16:14 +02:00
README.md Updated README 2017-05-24 13:31:33 +02:00
index.html Changed page for developers. 2017-05-14 00:25:48 +02:00
main.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
nightwatch.conf.js Set favicon to work and deleted useless assets 2017-05-26 16:18:35 +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

Current situation

As you may know, nyaa.se is down for the moment (and maybe forever). KawAnime was mostly based on nyaa so its behaviour had to change a bit.

KawAnime is at the moment fully based on HorribleSubs as for its downloading features. Some other fansub might be implemented in the feature to offer more choices.

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.
  • 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