Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/danielceinos/ratatosk
- Owner: danielceinos
- License: mit
- Created: 2019-02-16T18:44:17.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2019-06-03T09:18:50.000Z (over 5 years ago)
- Last Synced: 2023-10-20T09:13:35.605Z (about 1 year ago)
- Topics: android, library, nearby, nearby-connection
- Language: Kotlin
- Homepage:
- Size: 1.95 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 💥💻🐿️