/cricUpdate-angular

This cricUpdate web application is made using angular and express js.

Primary LanguageJavaScript

cricketUpdate

A web application to stay updated with the cricket world. This application is created using [Cric API] (http://www.cricapi.com/). On clicking the scorecard of an ongoing match, you can also read the commentary.

Application setup:

First, you need to clone this repository using:

git clone https://github.com/mayank-ism/cricUpdate-angular.git

on your terminal. Alternatively, you can also download the source code in the zip format and then unzip it.

Then, you can go to the project directory. You will find files like app.js and package.json in it, along with bunch of other files and folders. Here, you run the following command:

npm install

You need to have npm installed beforehand. On executing this command, npm will install all the dependencies for you.

Now your application is setup!

Starting the application:

Run the command:

npm start

on your terminal. The application has started.

Visit http://127.0.0.1:8080/ to stay updated with the world of cricket!

Live on: http://ec2-52-33-62-61.us-west-2.compute.amazonaws.com:8080/