Giter VIP home page Giter VIP logo

thames-clippers-timetables-api's Introduction

thames-clippers-timetables-api

https://thames-clippers-timetables-api.herokuapp.com/graphql

CircleCI

Thames Clippers timetable data in a GraphQL API.

This GraphQL API is not itself an official TFL API - the source data is though, from TFL's open data API.

Getting started

  1. Install GraphiQL
  2. Open GraphiQL
  3. Set the GraphQL Endpoint in GraphiQL to be: https://thames-clippers-timetables-api.herokuapp.com/graphql
  4. Try out some queries. GraphiQL has automatic documentation explaining how to structure your queries

Here is an example query:

{
    routing(from: WANDSWORTH_RIVERSIDE_QUARTER_PIER, to: BLACKFRIARS_PIER) {
        from
        to
        sailings {
            departureTime
            arrivalTime
        }
    }
}

Prerequisites for deployment

To retrieve the source timetable data from TFL you need to:

Running the app locally

bundle exec rails server

Running the test suite

bundle exec rspec

Continuous Integration

CircleCI is the continuous integration build server.

Continuous Deployment

The app deploys to Heroku, using Heroku's automatic GitHub deploys

thames-clippers-timetables-api's People

Contributors

dependabot[bot] avatar johnboyes avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.