An open API service indexing awesome lists of open source software.

https://github.com/fivethree-team/capacitor-rxjs

👂 Small library that wraps capacitor core events with rxjs and exposes some useful Observables
https://github.com/fivethree-team/capacitor-rxjs

Last synced: 29 days ago
JSON representation

👂 Small library that wraps capacitor core events with rxjs and exposes some useful Observables

Awesome Lists containing this project

README

          

# capacitor-rxjs ![npm: version](https://flat.badgen.net/npm/v/@fivethree/capacitor-rxjs)
🤩 Small library that wraps capacitor core events 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.

[Examples](https://github.com/fivethree-team/capacitor-rxjs/tree/master/src/app)

## 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 `. ``can either be android, ios or electron.
4. To **serve** the project in the browser run ionic s.