/moon-reader-highlights

🌙 Moon+ Reader Highlights - Store and control your bookmarks from application [This is a PoC]

Primary LanguageTypeScript

🌙 Moon+ Reader Highlights

🌙 Moon+ Reader Highlights - Store and control your bookmarks from application

Moon+ Reader is an Android EBook with more than 10+ millions of downloads. But it still has some syncing issues.

One of methods to sync highlights or bookmarks from EBook is to use Readwise.io service which give you only 30 days of free usage. This project aim to remove the third party service and give to user all control on his notes.

🚀 Run

  1. Clone this repository
git clone git@github.com:ynhhoJ/moon-reader-highlights.git
  1. Install dependencies
yarn install

or

npm install
  1. Open index.ts from src folder and set shouldListenAllIpv4 to false if you doesn't need to listen all IPv4 interfaces

  2. Run endpoint server

yarn dev

or

npm run dev

🌙 Moon+ Reader connection to endpoint

Read full tutorial in READER_SETUP.md

✏️ Code conduction

This project uses Gitmoji for commit messages