An open API service indexing awesome lists of open source software.

https://github.com/faichou/file-upload-demo


https://github.com/faichou/file-upload-demo

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# how to run

## 1. install package

```
$ npm install
```

## 2. run the server

```
$ node index.js
```

## 3. open index.html

click the `index.html` in the browser

## 4. setup slow network condition

open chrome devtools and then `shift+command+p` search `network conditions` then choose a bad network throttling

## 5. click the upload button

and the result will show in the console

![result](result.png)