Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bares43/onesync-reader-app
Cross-platform ebook reader built using Xamarin.Forms
https://github.com/bares43/onesync-reader-app
cross-platform dropbox ebook ebook-reader epub epub-reader firebase synchronization xamarin xamarin-forms
Last synced: 28 days ago
JSON representation
Cross-platform ebook reader built using Xamarin.Forms
- Host: GitHub
- URL: https://github.com/bares43/onesync-reader-app
- Owner: bares43
- Created: 2018-09-25T17:06:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-26T05:05:11.000Z (about 6 years ago)
- Last Synced: 2024-08-04T01:19:15.013Z (4 months ago)
- Topics: cross-platform, dropbox, ebook, ebook-reader, epub, epub-reader, firebase, synchronization, xamarin, xamarin-forms
- Language: C#
- Homepage: https://bares43.github.io/onesync-reader/
- Size: 1.43 MB
- Stars: 34
- Watchers: 7
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- open-source-xamarin-apps - OneSync Reader
README
# OneSync Reader
E-book reader in Xamarin.Forms with synchronization via Dropbox or Firebase.
https://bares43.github.io/onesync-reader/
## Getting Started
### Prerequisites
You need Visual Studio with Xamarin support.
You need to install yarn.### Installing
Go to ReaderJS folder and run:
```
yarn install
```
```
grunt build
```Go to EbookReader/EbookReader folder, create copy of ReaderApp.config and name it ReaderApp.Release.config. Here is place for you production setting of app.
What you can configure:
* Firebase_BaseUrl
* Firebase_ApiKey
* Dropbox_ClientID
* AppCenter_Android
* AppCenter_UWP## Authors
* **Jan Bareš** - *Initial work* - [bares43](https://github.com/bares43)
See also the list of [contributors](https://github.com/bares43/onesync-reader-app/graphs/contributors) who participated in this project.