Skip to content

Commit 91fbe71

Browse files
authored
Update Readme.md
1 parent 4252cac commit 91fbe71

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ This package allows you to create mock REST API servers for testing and developm
55
![MOCKAPIIMAGE](./image/MockCRUDAPI.png)
66

77
![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=black)
8+
<a href='https://www.npmjs.com/package/mock-crud-api'>
9+
![NPM](https://img.shields.io/badge/NPM-%23CB3837.svg?style=for-the-badge&logo=npm&logoColor=white)
10+
</a>
811
[![Node.js Lint and Uts](https://github.com/itsvinayak/mock-crud-api/actions/workflows/lint-and-uts.yml/badge.svg)](https://github.com/itsvinayak/mock-crud-api/actions/workflows/lint-and-uts.yml)
912
![npm](https://img.shields.io/npm/dw/mock-crud-api)
1013
![GitHub last commit (branch)](https://img.shields.io/github/last-commit/itsvinayak/mock-crud-api/main)
1114

15+
1216
## Features
1317

1418
- Define server configurations with port, path, request type, input, output, and error handling options.

0 commit comments

Comments
 (0)