Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/scotch-io/node-file-creator

Create files for download in Node
https://github.com/scotch-io/node-file-creator

Last synced: 8 days ago
JSON representation

Create files for download in Node

Awesome Lists containing this project

README

        

# Node File Creator

Repository to make dynamically created files for download.

## Requirements

- node and npm
- nodemon: `npm install -g nodemon`

## Installation

- Install dependencies: `npm install`
- Start server: `nodemon server.js`
- View in browser: `http://localhost:8080`
- Download file: `http://localhost:8080/download`