Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tcarrio/rocketleagueme
Android app that interfaces with Steam to notify you and your friends of your availability to play some Rocket League
https://github.com/tcarrio/rocketleagueme
Last synced: about 4 hours ago
JSON representation
Android app that interfaces with Steam to notify you and your friends of your availability to play some Rocket League
- Host: GitHub
- URL: https://github.com/tcarrio/rocketleagueme
- Owner: tcarrio
- Created: 2016-02-16T21:30:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-02-17T02:35:00.000Z (over 8 years ago)
- Last Synced: 2023-03-01T08:17:09.120Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 1.67 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#RocketLeagueMe
The hopes of this app is to create an app for my friends and I that will allow us to effectively notify each other that we are available and playing Rocket League.
This will use a combination of the Steam API to check player status as well as voluntary push-notifications originating from the app to let others know when they get on to play.
Some necessary and helpful libraries for this project:
* Steam Notification:
* [Steam API Access](http://steamcommunity.com/dev)
* [OpenID API](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions)
* Android Libraries:
* [Once](https://github.com/jonfinerty/Once)
* [RxAndroid](https://github.com/ReactiveX/RxAndroid)
* [Butterknife](https://github.com/JakeWharton/butterknife)
* [Sugar (DB)](https://github.com/satyan/sugar)
* [Material Dialogs](https://github.com/afollestad/material-dialogs)