Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

viagogo/developer.viagogo.net

 
 

Repository files navigation

developer.viagogo.net

Build Status Dependency Status

This is the documentation site for the viagogo API! (http://developer.viagogo.net)

How to contribute

All submissions are welcome. Fork the repository, read the rest of this README file and make some changes. Once you're done with your changes send a pull request. Thanks!

How to edit the site

Prerequisites

You're going to need:

  • Ruby, version 1.9.3 or newer
  • Bundler — If Ruby is already installed, but the bundle command doesn't work, just run gem install bundler in a terminal.

Getting Set Up

  1. Fork this repository on Github.
  2. Clone your forked repository (not our original one) to your hard drive with git clone https://github.com/YOURUSERNAME/developer.viagogo.net.git
  3. cd developer.viagogo.net
  4. Install all dependencies: bundle install
  5. Start the test server: bundle exec middleman server

You can now see the docs at http://localhost:4567. Whoa! That was fast!

Need Help? Found a bug?

Just submit a issue if you need any help. And, of course, feel free to submit pull requests with bug fixes or changes.

Packages

No packages published

Languages

  • HTML 55.9%
  • JavaScript 27.5%
  • Ruby 10.9%
  • SCSS 5.6%
  • Dockerfile 0.1%