Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/danielceinos/ratatosk

🐿️ Wrapper around Google's Nearby-Connections API
https://github.com/danielceinos/ratatosk

android library nearby nearby-connection

Last synced: 25 days ago
JSON representation

🐿️ Wrapper around Google's Nearby-Connections API

Awesome Lists containing this project

README

        

>_"Ratatosk is the squirrel who there shall run
On the ash-tree Yggdrasil;
From above the words of the eagle he bears,
And tells them to Nithhogg beneath."_

---

# Ratatosk 🐿️

Ratatosk it's a wrapper around [Google's Nearby-Connections API](https://developers.google.com/nearby/connections/overview)

[![CircleCI](https://circleci.com/gh/danielceinos/Ratatosk/tree/develop.svg?style=svg)](https://circleci.com/gh/danielceinos/Ratatosk/tree/develop)

## Download

##### Gradle:

[![](https://jitpack.io/v/danielceinos/Ratatosk.svg)](https://jitpack.io/#danielceinos/Ratatosk)

```groovy
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}

...

dependencies {
implementation 'com.github.danielceinos:Ratatosk:Tag'
}
```

# WIP 💥💻🐿️