Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mskian committed Dec 26, 2023
1 parent 4f260bd commit 7c24ca4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ venv/
ENV/
env.bak/
venv.bak/
venv
venv/
api/venv
api/venv/

# Spyder project settings
.spyderproject
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ unofficial API Data Fetched from `Cricbuzz.com`

This is an unofficial API and not Linked or Partnered with Any Brands/Company.

> **Recently we shutdown our Free API Server due to bulk API Calls Personally we Suggest you to Self Host this API on your server - instant Deploy on Vercel or create Docker Container - <https://github.com/sanwebinfo/cricket-api#free-deploy->**
> **Recently we shutdown our Free API Server due to bulk API Calls Personally we Suggest you to Self Host this API on your server - instant Deploy on Vercel or create Docker Container - <https://github.com/sanwebinfo/cricket-api?tab=readme-ov-file#free-deploy->**
## How it Works? 🤔

Expand Down Expand Up @@ -110,7 +110,6 @@ http://127.0.0.1:5000/score?id=<Match ID>
- WordPress

```php
## API Auth and Get data
function display_api_response() {
$base_url = 'http://127.0.0.1:5000/score?id=';
$match_id = '123456';
Expand Down

0 comments on commit 7c24ca4

Please sign in to comment.