Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atian25/multipart-async
modern multipart parser with async iterator, base on busboy
https://github.com/atian25/multipart-async
busboy multipart nodejs
Last synced: 27 days ago
JSON representation
modern multipart parser with async iterator, base on busboy
- Host: GitHub
- URL: https://github.com/atian25/multipart-async
- Owner: atian25
- License: mit
- Created: 2022-09-30T13:45:40.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-02T05:32:30.000Z (over 2 years ago)
- Last Synced: 2024-11-19T06:24:23.996Z (about 1 month ago)
- Topics: busboy, multipart, nodejs
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# multipart-async
modern multipart parser with async iterator, base on busboy
[![NPM version](https://img.shields.io/npm/v/{{name}}.svg?style=flat-square)](https://npmjs.org/package/multipart-async)
[![NPM quality](http://npm.packagequality.com/shield/multipart-async.svg?style=flat-square)](http://packagequality.com/#?package=multipart-async)
[![NPM download](https://img.shields.io/npm/dm/multipart-async.svg?style=flat-square)](https://npmjs.org/package/multipart-async)[![Continuous Integration](https://github.com/atian25/multipart-async/actions/workflows/nodejs.yml/badge.svg)](https://github.com/atian25/multipart-async/actions/workflows/nodejs.yml)
[![Test coverage](https://img.shields.io/codecov/c/github/atian25/multipart-async.svg?style=flat-square)](https://codecov.io/gh/atian25/multipart-async)## Usage
```bash
$ npm i {{name}}
```