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

https://github.com/ankitmishralive/analyticshub


https://github.com/ankitmishralive/analyticshub

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# AnalyticsHub

AnalyticsHub is a API Platform which is still under development , The Goal is to provide Free API Services. Currently it Only provides the API Service of IPL.
The response of the all IPL API contains data such as the number of matches played, number of matches won/lost/tied,highest scorer etc. As currently we only provide API's for IPL Data, Will be adding more API's Services comming soon.

## AnalyticsHub

## AnalyticsHub2

## analyticshub3

## AnalyticsHub4

## AnalyticsHub5

## AnalyticsHub6

## Documentation

[Documentation](https://linktodocumentation)

## API Reference

#### Get all teams

```http
127.0.0.1:5000/api/teams
```

#### Get Season Winners

```http
127.0.0.1:5000/api/seasonwinner
```

#### Get Team Record

```http
127.0.0.1:5000/api/teamrecord?team=
```

| Parameter | Type | Description |
| :-------- | :------- | :-------------------------------- |
| `team=` | `string` | **Required**.:Team Name |

Takes team name as input.

#### Get Venues

```http
127.0.0.1:5000/api/venues
```

Further Parameters will be updated soon.

## Tech Stack

**Client:** Javascript, TailwindCSS

**Server:** Flask

## Authors

- [@Ankkkyyyy](https://www.github.com/Ankkkyyyy)