All Projects → shenzhuxi → readiator

shenzhuxi / readiator

Licence: other
a cross-platform epub reader app

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to readiator

dslibris
An ebook reader for the Nintendo DS, DS Lite, and DSi.
Stars: ✭ 31 (+3.33%)
Mutual labels:  epub
SDKLauncher-Android
Launcher app for Readium SDK on Android
Stars: ✭ 77 (+156.67%)
Mutual labels:  epub
read-offline
Read Offline allows you to download or print posts and pages. You can download the post as PDF, ePub and mobi
Stars: ✭ 28 (-6.67%)
Mutual labels:  epub
novelsave
This is a tool to download and convert novels from popular sites to e-books.
Stars: ✭ 25 (-16.67%)
Mutual labels:  epub
Wuxiaworld-2-eBook
This Python script will download chapters from novels availaible on wuxiaworld.com saves then into the .epub format
Stars: ✭ 90 (+200%)
Mutual labels:  epub
wattpad-downloader
A website to convert and download Wattpad stories into e-book reader formats.
Stars: ✭ 55 (+83.33%)
Mutual labels:  epub
nuber
terminal epub reader with inline images
Stars: ✭ 73 (+143.33%)
Mutual labels:  epub
SDKLauncher-OSX
A small OS X application to serve as a launcher/testbed for the Readium SDK on the Mac.
Stars: ✭ 21 (-30%)
Mutual labels:  epub
bitcoin-development-with-go
[Work in Progress] A little book on Bitcoin Development with Go (golang)
Stars: ✭ 19 (-36.67%)
Mutual labels:  epub
epub3guide
台灣 EPUB3 制作指引
Stars: ✭ 95 (+216.67%)
Mutual labels:  epub
react-viewer
Online EPUB/Comics viewer
Stars: ✭ 52 (+73.33%)
Mutual labels:  epub
calibre-kindle-comics
A calibre plugin that converts your comics into a readable format for kindle.
Stars: ✭ 32 (+6.67%)
Mutual labels:  epub
InMangaKindle
Descarga manga en español en diferentes formatos (PNG, PDF, EPUB, MOBI)
Stars: ✭ 43 (+43.33%)
Mutual labels:  epub
scopy
Python script for searching through your digital books and cataloguing them in an easy-to-share list of files.
Stars: ✭ 28 (-6.67%)
Mutual labels:  epub
epub-parser
A powerful yet easy-to-use epub parser
Stars: ✭ 103 (+243.33%)
Mutual labels:  epub
Reader
高仿多看阅读器apk,支持PDF解析.文档支持搜索,高亮文字,墨迹等功能
Stars: ✭ 98 (+226.67%)
Mutual labels:  epub
bash-pubkit
Book template and EPUB compiler
Stars: ✭ 27 (-10%)
Mutual labels:  epub
Reader.js
Javascript library for RIDI EPUB Viewer
Stars: ✭ 21 (-30%)
Mutual labels:  epub
fimfic2epub
📚 Chrome/Firefox extension & npm package for improved EPUB export on fimfiction.net
Stars: ✭ 17 (-43.33%)
Mutual labels:  epub
kaf-cli
把txt文本转成epub和mobi电子书的命令行工具(原TmdTextEpub)
Stars: ✭ 133 (+343.33%)
Mutual labels:  epub

Readiator

Readiator is a cross-platform epub reader app based on epub.js, Material Design Lite and Apache Cordova.

Getting Started

install node.js

install Gulp and dependences with npm

npm install -g gulp
npm install --save-dev gulp-useref gulp-replace gulp-if gulp-uglify gulp-minify-css gulp-rename

install Cordova

npm install -g cordova

install Bower install required libraries with Bower

npm install -g bower
cd ./src/
bower

Building App

Use Gulp to generate files in ./www/ for Cordova

gulp

Setup Cordova plugins and platforms

cordova plugin add cordova-plugin-file cordova-plugin-zip
cordova platform add android
cordova run android

Chrome App

Readiator Chrome App can be downloaded from Chrome web store. https://chrome.google.com/webstore/detail/readiator/ecoaijekbhjbbojbkgliclceljlgelbf alt tag

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].