mirror of https://github.com/Kylart/KawAnime.git
Updated README
This commit is contained in:
parent
75adceb271
commit
e4e7823341
21
README.md
21
README.md
|
@ -4,17 +4,18 @@ Disclaimer : This is a software for otaku/anime-fans. Do not try if you're not p
|
|||
|
||||
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).
|
||||
* Download an anime via Torrent (one would need a torrent client).
|
||||
* Get information from any anime (those come from myanimelist.net).
|
||||
* Get anime-related news from MyAnimeList.net.
|
||||
* More features are to come
|
||||
* Get seasonal releases information.
|
||||
* More features are to come.
|
||||
|
||||
This is a software developed with Electron framework. It is still in development.
|
||||
|
||||
## About OS
|
||||
* For the moment, KawAnime fully works only on Mac OS X.
|
||||
* On Linux, the torrents will start only if your client is defined as the default action for torrent files.
|
||||
* On Windows, the download function does not yet fully works, this will most likely be fixed in the end of December.
|
||||
_KawAnime_ is completly 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](https://nodejs.org/en/).
|
||||
|
@ -44,19 +45,9 @@ npm start
|
|||
## 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.
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue