Skip to content

Artenes/speedbro

Repository files navigation

Speed Bro - Unofficial Speedrun.com browser

Cover image

Build Status

Get it on Google Play

Browsing application that allows the user to navigate through games, speed runs and users available at https://www.speedrun.com.

Video Demo

Click on image below to watch it.

Video

Features

  • Browse through the latest runs
  • Favorite runs
  • See the latest runs in a map view
  • Browse the runs of a game
  • Browse the runs of a runner
  • Whatch the runs directly on the app (if the run is hosted on youtube)
  • Search for games

Notes

  • The apps makes use of speedrun.com API
  • It plays videos hosted on Youtube using the Youtube API. If the video is hosted on Twitch the Twitch app is opened to play the video.
  • It uses the Google Maps library to display runs around the world
  • It is configured to run on travis-ci.org

Screenshots

Set up

Requirements

  1. Add the following lines to the gradle.properties in your user directory (~/.gradle for linux or C:\Users\{you}\.gradle for Windows). If neither the file or directory exists, just create it.
SpeedBro_YoutubeAPIKey={your-youtube-api-key}
SpeddBro_MapsAPIKey={your-maps-api-key}

Replace {your-youtube-api-key} with your Youtube API key and {your-maps-api-key} with your Google Maps API key.

  1. Clone the project
git@github.com:Artenes/speedbro.git
  1. Import project in Android Studio

  2. Run the app on a device or emulator

License

Creative Commons Attribution-NonCommercial 4.0 International Public License