This is a Git repository that displays 2015 F1 race details using AngularJS.
The following applications have to be installed locally in the computer to run this application.
- Git
- Node.js
- Bower
Install Git from https://git-scm.com/. Clone this application from the GitHub using the following commands:
git clone https://github.com/grbbabu/f1-race-viewer.git
Change into the directory with the cloned contents.
cd f1-race-viewer
Install Node.js from https://nodejs.org/en/. Node package manager or npm is installed along with Node.js
Now install the bower globally in your computer using the following command:
npm install -g bower
That's it! You are all set to run this application.
The project is pre-configured with a simple development web server. The simplest way to start this server is:
npm start
Now browse to the app at http://localhost:8000/index.html
.
Thanks to Ergast for providing the developer API for F1 motorsport data.