#Manga Reader
Manga Reader is an application created using node-webkit with the aim of allowing the user to read manga from online services on a native-like application interface. The app allows the user to browse manga from the main interface and get information and chapters for each manga. The user can read chapters using the app, the app will compile together all pages into one view and the user is able to consume the whole chapter just by scrolling.
###Installation
- Clone the repo
- run: bower install
- Download NW.js for your operating system from here: http://nwjs.io/
- Copy the nwjs app into the root directory of this project
- run nwjs
Initial prototype. Has the ability to see a select amount of test manga, check the series info and read chapters. Core stuff.