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
- Host: GitHub
- URL: https://github.com/fivethree-team/capacitor-rxjs
- Owner: fivethree-team
- License: mit
- Created: 2019-07-24T22:52:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-26T12:02:47.000Z (almost 7 years ago)
- Last Synced: 2025-12-30T09:37:45.188Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 615 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.