0.1.0 • Published 6 years ago
@fivethree/capacitor-rxjs v0.1.0
capacitor-rxjs
🤩 Small library that wraps the capacitor core with rxjs and exposes some useful Observables
Usage
Use npm i @fivethree/capacitor-rxjs
to install the Library.
Then you can use the provided services to get a hold of all the capacitor event Observables.
Features
- Subscribe to several capacitor plugin events
- Network, Geolocation, AppState and more
⚠ This project is under active development and not production ready yet.
Development
- Clone the repository.
- CD into the project and run
npm run init
to initialize the repository. - Run the app on a specific Capacitor Platform with
npm run <platform>
.<platform>
can either be android, ios or electron. - To serve the project in the browser run ionic s.
0.1.0
6 years ago