Skip to content

Commit

Permalink
update packages and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
notPlancha committed Apr 14, 2024
1 parent c0c38b4 commit a641111
Show file tree
Hide file tree
Showing 2 changed files with 3,207 additions and 13,823 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Fork Comment

This fork implements https://github.com/typicode/json-server/pull/558 on the latest v0 version. Use as such:

```
GET /posts?q=search-text&attr=fieldName1,fieldName2,fieldName3,etc
```
This will only include the fields specified in the attr query parameter when doing the full search. This is useful to exclude ids and such in queries.
To install:
```
npm i notPlancha/json-server#v0
```
Enjoy the rest of the readme.

# JSON Server [![Node.js CI](https://github.com/typicode/json-server/actions/workflows/node.js.yml/badge.svg?branch=master)](https://github.com/typicode/json-server/actions/workflows/node.js.yml)

Get a full fake REST API with __zero coding__ in __less than 30 seconds__ (seriously)
Expand Down
Loading

0 comments on commit a641111

Please sign in to comment.