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

https://github.com/danimal141/file_upload_app

An application to upload images using Node.js
https://github.com/danimal141/file_upload_app

Last synced: 13 days ago
JSON representation

An application to upload images using Node.js

Awesome Lists containing this project

README

        

# file_upload_app

## How to use

```
$ npm install
$ node index.js
```

You can access `http://localhost:8888` and upload your image file.

## Reference

- [*Nodeビギナーズブック*](http://www.nodebeginner.org/index-jp.html)