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 1 month ago
JSON representation

Simple query string parser for Vercel's Micro

Lists

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)