Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Atharv Desai <[email protected]>
  • Loading branch information
Otherwa authored Mar 21, 2023
1 parent c4a9370 commit 5830d11
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,61 @@
[![CodeFactor](https://www.codefactor.io/repository/github/otherwa/drug_lord_v1.10/badge/master)](https://www.codefactor.io/repository/github/otherwa/drug_lord_v1.10/overview/master)
[![CodeQL](https://github.com/Otherwa/Drug_Lord_v1.10/actions/workflows/codeql.yml/badge.svg)](https://github.com/Otherwa/Drug_Lord_v1.10/actions/workflows/codeql.yml)

[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)
[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/)
[![AGPL License](https://img.shields.io/badge/license-AGPL-blue.svg)](http://www.gnu.org/licenses/agpl-3.0)

# Drug_Lord_v1.3


## Usage/Examples

```javascript
# download the repo

1. npm install
2. npm run dev (For Debugging)
3. npm run start (For Service)

see package.json for more info...
```



## API Reference

#### Get Edurls

```http
GET /api/edurls/url&des&[apikey]
```

| Parameter | Type | Description |
| :-------- | :------- | :------------------------- |
| `apikey` | `string` | **Required**. Your API key |

#### Get item

```http
GET /api/people&[apikey]
```

| Parameter | Type | Description |
| :-------- | :------- | :-------------------------------- |
| `apikey` | `string` | **Required**. Your API key |

#### Get Appointments Data

```http
GET /api/appos&[apikey]
```

| Parameter | Type | Description |
| :-------- | :------- | :-------------------------------- |
| `apikey` | `string` | **Required**. Your API key |



# Stats

## [![Repography logo](https://images.repography.com/logo.svg)](https://repography.com) / Recent activity [![Time period](https://images.repography.com/25186133/Otherwa/Drug_Lord_v1.10/recent-activity/c19ba0ac2e63f676e5ae33dbe2c7f11b_badge.svg)](https://repography.com)
Expand Down

0 comments on commit 5830d11

Please sign in to comment.