GPQuery / gpquery-rdash

GPQuery featuring RDash dashboard theme
1 stars 0 forks source link

GPQuery-rdash

Data visualisation and statistical analysis dashboard for Grand Prix Racing records since 1950

Overview

This project was generated with the Yeoman Gulp-Angular generator, and uses a custom implementation of the rdash-angular dashboard theme.

Ergast Developer API

The Ergast Developer API is web service that provides historical Grand Prix motor racing records from 1950 to present.

Query Restrictions

Response Paging & Rate Limiting

For more information, consult the API Documentation and Terms and Conditions.

Getting Started

Install the Zenhub extension for Chrome, which extends the base functionality provided by GitHub's issue tracking. Also familiarise yourself with the Gitflow workflow.

Prerequisites

Installing

  1. Clone the repository with git and enter the directory:

    git clone https://github.com/GPQuery/gpquery-rdash.git
    cd gpquery-rdash/
  2. Install dependencies with (this will automatically call bower install):

    npm install
  3. Start the development server, which will automatically open the client in your browser:

    gulp serve

Developing

To build the project into dist/, run:

gulp build

To build the project, and then serve it from the dist/ directory, run:

gulp serve:dist

To run Karma for unit tests, or Protractor for end-to-end tests:

gulp test
gulp protractor

Contributing

Lorem ipsum dolor sit amet.