Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.16 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.16 KB

F1 Race Viewer

This is a Git repository that displays 2015 F1 race details using AngularJS.

Prerequisites

The following applications have to be installed locally in the computer to run this application.

  1. Git
  2. Node.js
  3. 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.

Run the 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.

Attribution

Thanks to Ergast for providing the developer API for F1 motorsport data.