Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/scotch-io/node-file-creator
- Owner: scotch-io
- Created: 2014-07-16T00:07:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-18T16:17:13.000Z (over 10 years ago)
- Last Synced: 2024-04-14T18:18:20.257Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 145 KB
- Stars: 3
- 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`