0.1.0 • Published 6 years ago

@fivethree/capacitor-rxjs v0.1.0

Weekly downloads
1
License
-
Repository
-
Last release
6 years ago

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

  1. Clone the repository.
  2. CD into the project and run npm run init to initialize the repository.
  3. Run the app on a specific Capacitor Platform with npm run <platform>. <platform>can either be android, ios or electron.
  4. To serve the project in the browser run ionic s.
0.1.0

6 years ago