Desktop app for anime fans
Go to file
Kylart ba7a1a76ad I really need that tmp directory. 2016-11-26 06:54:39 +09:00
.idea Changed python path in downloader.js. 2016-11-26 06:49:09 +09:00
app Changed python path in downloader.js. 2016-11-26 06:49:09 +09:00
resources I really need that tmp directory. 2016-11-26 06:54:39 +09:00
.gitignore Update .gitignore 2016-11-23 20:09:30 +01:00
LICENSE.md Initial Commit 2016-11-21 23:33:22 +09:00
README.md Added python-shell to package.json. Corrected typo README. 2016-11-25 10:19:54 +09:00
index.html Changed python path in downloader.js. 2016-11-26 06:49:09 +09:00
main.js Changed python path in downloader.js. 2016-11-26 06:49:09 +09:00
package.json Added python-shell to package.json. Corrected typo README. 2016-11-25 10:19:54 +09:00
renderer.js Changed path to be cross-platform (should be). 2016-11-25 10:02:36 +09:00

README.md

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 via Torrent (one would need a torrent client for the moment).
  • Get information from any anime (those come from myanimelist.net).
  • More features are to come

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

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 start

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

  • Make a better design.
  • Make KawAnime completlely responsive
  • Optimize main index page.
  • Make a torrent client inside KawAnime.

License

MIT License

Copyright (c) Kylart

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.