Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielceinos/rxnearbyconnections
Rxjava 2.0 wrapper for Google's Nearby Connections API.
https://github.com/danielceinos/rxnearbyconnections
android android-library nearby nearby-connection rxjava2
Last synced: 25 days ago
JSON representation
Rxjava 2.0 wrapper for Google's Nearby Connections API.
- Host: GitHub
- URL: https://github.com/danielceinos/rxnearbyconnections
- Owner: danielceinos
- License: mit
- Created: 2018-11-09T11:10:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-03T19:03:10.000Z (almost 6 years ago)
- Last Synced: 2023-10-20T09:13:35.801Z (about 1 year ago)
- Topics: android, android-library, nearby, nearby-connection, rxjava2
- Language: Kotlin
- Homepage:
- Size: 137 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# RxNearbyConnections
[Rxjava 2.0](https://github.com/ReactiveX/RxJava/tree/2.x) wrapper for Google's [Nearby Connections API](https://developers.google.com/nearby/connections/overview).## Last stable version
[![](https://jitpack.io/v/danielceinos/RxNearbyConnections.svg)](https://jitpack.io/#danielceinos/RxNearbyConnections)## Download
##### Gradle:
```groovy
dependencies {
implementation 'com.github.danielceinos:RxNearbyConnections:x.y.z'
}
```
```
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
```## [License](LICENSE.md)