Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nerdify/micro-query
Simple query string parser for Vercel's Micro
https://github.com/nerdify/micro-query
hacktoberfest micro qs query
Last synced: about 2 months ago
JSON representation
Simple query string parser for Vercel's Micro
- Host: GitHub
- URL: https://github.com/nerdify/micro-query
- Owner: nerdify
- License: mit
- Created: 2017-06-10T08:41:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:34:27.000Z (about 1 year ago)
- Last Synced: 2024-07-11T15:44:01.428Z (6 months ago)
- Topics: hacktoberfest, micro, qs, query
- Language: JavaScript
- Homepage:
- Size: 358 KB
- Stars: 23
- Watchers: 4
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-micro - micro-query - Simple querystring parser for Zeit's Micro. (Modules / Utilities)
README
# micro-query
> Simple querystring parser for Vercel's [Micro](https://github.com/vercel/micro)
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)
## Install
```
$ npm install --save micro-query
```## Usage
```js
const query = require('micro-query');module.exports = async (req, res) => {
return query(req);
}
```## License
MIT © [Hosmel Quintana](https://hosmelq.com)