mirror of https://github.com/Kylart/KawAnime.git
b04a502471 | ||
---|---|---|
assets | ||
build | ||
components | ||
dist | ||
mixins | ||
pages | ||
router | ||
server | ||
static | ||
store | ||
test | ||
webpack | ||
.babelrc | ||
.editorconfig | ||
.eslintrc.js | ||
.gitignore | ||
.travis.yml | ||
CONTRIBUTORS.md | ||
LICENSE | ||
README.md | ||
index.html | ||
main.js | ||
nightwatch.conf.js | ||
package.json | ||
publish.sh | ||
yarn.lock |
README.md
KawAnime
Features
Disclaimer : KawAnime is built for otaku/anime-fans. Software will contain images and sounds sourced from anime. Do not try if you're not prepared.
Use KawAnime to:
- Get updated on anime releases.
- Download episodes of an anime (from ep X to ep Y) via Torrent (requires Torrent Client).
- Magnet links for all episodes can be generated through the Downloader.
- Get anime information, news, and seasonal information (information sourced from MyAnimeList.net)
- Manage your anime files (watch and delete on click)
- Manage watch lists.
- More features to come.
About OS
KawAnime is completely cross-platform.
If you have any problems installing for your OS, you can contact me anytime in the issues
section.
Installation
Be sure that Npm is 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.
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 OS only
npm run build && npm run dist:linux
For Windows OS only
npm run build && npm run dist:win
Distributable will then be in the dist
folder.
Contributing
Any contribution is appreciated.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request.
Thanks
KawAnime is developed using the following technologies, many thanks to
It is still in development.
License
MIT License
Copyright (c) Kylart