An open API service indexing awesome lists of open source software.

https://github.com/itaditya/love-ipl-server

get interesting stats about IPL with a simple API
https://github.com/itaditya/love-ipl-server

Last synced: over 1 year ago
JSON representation

get interesting stats about IPL with a simple API

Awesome Lists containing this project

README

          

# Love IPL API server

## How to run project
1. Clone this repo and `cd` into it.
1. Run `npm install` to install all the dependencies.
1. Run `npm start` to start the microservice server.

**Note** - For development use `npm run dev` as it runs the server in watch mode and has formatted logs. To see other commands enter `npm run`.