Skip to content

PaulSchnau/splits-io

 
 

Repository files navigation

splits i/o

splits i/o is a website similar to Pastebin or GitHub Gist, but for splits generated from speedruns rather than text or code. It's written in Ruby on Rails.

splits i/o currently supports splits from Urn, LiveSplit, SplitterZ, Time Split Tracker, and WSplit.

Running locally

Requirements

  • Ruby 2.2.2
  • PostgreSQL

First run

cp config/application.example.yml config/application.yml
$EDITOR config/application.yml # give it a once-over (required if you want local sign in)
bundle install
rake db:create db:migrate
rails server

API

See the full API documentation in the API readme file.

Parsing

If you're interested in how we parse run files from different programs, check out the parsing readme.

About

a speedrun splits sharer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 66.1%
  • HTML 23.1%
  • CSS 7.3%
  • CoffeeScript 3.1%
  • JavaScript 0.4%