Data visualisation and statistical analysis dashboard for Grand Prix Racing records since 1950
This project was generated with the Yeoman Gulp-Angular generator, and uses a custom implementation of the rdash-angular dashboard theme.
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
limit
query parameter allows up to 1000 results to be returned; the default is 30offset
query parameter can also be used to specify an offset; the default is 0For more information, consult the API Documentation and Terms and Conditions.
Install the Zenhub extension for Chrome, which extends the base functionality provided by GitHub's issue tracking. Also familiarise yourself with the Gitflow workflow.
Clone the repository with git and enter the directory:
git clone https://github.com/GPQuery/gpquery-rdash.git
cd gpquery-rdash/
Install dependencies with (this will automatically call bower install
):
npm install
Start the development server, which will automatically open the client in your browser:
gulp serve
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
Lorem ipsum dolor sit amet.