https://github.com/scotch-io/node-file-creator
Create files for download in Node
https://github.com/scotch-io/node-file-creator
Last synced: 3 months ago
JSON representation
Create files for download in Node
- Host: GitHub
- URL: https://github.com/scotch-io/node-file-creator
- Owner: scotch-io
- Created: 2014-07-16T00:07:52.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-18T16:17:13.000Z (almost 11 years ago)
- Last Synced: 2024-12-28T22:19:36.321Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 145 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`