Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)