All Projects → atilacamurca → react-native-ebook

atilacamurca / react-native-ebook

Licence: other
React Native E-book (.mobi, .epub)

Programming Languages

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

Projects that are alternatives of or similar to react-native-ebook

ebook-converter
Commandline tool for converting between several e-books formats, based on Calibre project.
Stars: ✭ 21 (-53.33%)
Mutual labels:  ebook, mobi, epub
Laravel Book
Up to date Epub, Mobi and PDF versions from the official Laravel Docs
Stars: ✭ 221 (+391.11%)
Mutual labels:  ebook, mobi, epub
fiction-dl
A content downloader, capable of retrieving works of (fan)fiction from the web and saving them in a few common file formats.
Stars: ✭ 22 (-51.11%)
Mutual labels:  ebook, mobi, epub
Asciidoctor Epub3
📘 Asciidoctor EPUB3 is a set of Asciidoctor extensions for converting AsciiDoc to EPUB3 & KF8/MOBI
Stars: ✭ 166 (+268.89%)
Mutual labels:  ebook, mobi, epub
Lector
Qt based ebook reader
Stars: ✭ 1,218 (+2606.67%)
Mutual labels:  ebook, mobi, epub
Wedge
可配置的小说下载及电子书生成工具
Stars: ✭ 62 (+37.78%)
Mutual labels:  ebook, mobi, epub
Open Publisher
Using Jekyll to create outputs that can be used as Pandoc inputs. In short - input markdown, output mobi, epub, pdf, and print-ready pdf. With a focus on fiction.
Stars: ✭ 242 (+437.78%)
Mutual labels:  ebook, mobi, epub
EbookReader
The EbookReader Android App. Support file format like epub, pdf, txt, html, mobi, azw, azw3, html, doc, docx,cbz, cbr. Support tts.
Stars: ✭ 37 (-17.78%)
Mutual labels:  ebook, mobi, epub
Ethereum Development With Go Book
📖 A little book on Ethereum Development with Go (golang)
Stars: ✭ 754 (+1575.56%)
Mutual labels:  ebook, mobi, epub
Koodo Reader
A modern ebook manager and reader with sync and backup capacities for Windows, macOS, Linux and Web
Stars: ✭ 2,938 (+6428.89%)
Mutual labels:  ebook, mobi, epub
Unix As Ide
The ebook version of Tom Ryder's series on the Unix programming environment
Stars: ✭ 315 (+600%)
Mutual labels:  ebook, mobi, epub
InMangaKindle
Descarga manga en español en diferentes formatos (PNG, PDF, EPUB, MOBI)
Stars: ✭ 43 (-4.44%)
Mutual labels:  ebook, mobi, epub
Calibre Web
📚 Web app for browsing, reading and downloading eBooks stored in a Calibre database
Stars: ✭ 5,616 (+12380%)
Mutual labels:  ebook, mobi, epub
The Economist Ebooks
经济学人(含音频)、纽约客、自然、新科学人、卫报、科学美国人、连线、大西洋月刊、新闻周刊、国家地理等英语杂志免费下载、订阅(kindle推送),支持epub、mobi、pdf格式, 每周更新. The Economist 、The New Yorker 、Nature、The Atlantic 、New Scientist、The Guardian、Scientific American、Wired、Newsweek magazines, free download and subscription for kindle, mobi、epub、pdf format.
Stars: ✭ 3,471 (+7613.33%)
Mutual labels:  ebook, mobi, epub
bitcoin-development-with-go
[Work in Progress] A little book on Bitcoin Development with Go (golang)
Stars: ✭ 19 (-57.78%)
Mutual labels:  ebook, mobi, epub
Blitz
An eBook Framework (CSS + template)
Stars: ✭ 179 (+297.78%)
Mutual labels:  ebook, epub
xkcd-to-kindle
A Python script that downloads XKCD comics and converts them to a .mobi e-book
Stars: ✭ 15 (-66.67%)
Mutual labels:  ebook, mobi
fimfic2epub
📚 Chrome/Firefox extension & npm package for improved EPUB export on fimfiction.net
Stars: ✭ 17 (-62.22%)
Mutual labels:  ebook, epub
Webpages To Ebook
Create an EPUB from a list of URLs. Standing on the shoulders of Wget, Readability and Pandoc.
Stars: ✭ 155 (+244.44%)
Mutual labels:  ebook, epub
Pandoc Book Template
A simple Pandoc template to build documents and ebooks.
Stars: ✭ 214 (+375.56%)
Mutual labels:  ebook, epub

React Native Manual (.mobi, .epub)

Current version of React Native in the docs: 0.26.0

Based on the repo https://github.com/zeMirco/nodejs-pdf-docs

Non official.

Create your own files

You need to have pandoc installed on your system. All the markdown files from the node repository should be placed inside the markdown folder.

Create .epub

  1. Run node epub.js <version> to create the file

Create .mobi

The .mobi version is created from the .epub file which gives better results compared to converting the .pdf file.

  1. Download kindlegen from this repository or directly from Amazon
  2. Run node mobi.js to create the file. The file is located inside the epub folder

License

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.

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].