Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)