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
- Host: GitHub
- URL: https://github.com/itaditya/love-ipl-server
- Owner: itaditya
- Created: 2018-11-14T20:58:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-15T16:59:32.000Z (over 7 years ago)
- Last Synced: 2025-02-12T18:18:34.616Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://ipl-api.herokuapp.com/
- Size: 36.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.