Find Similar Packages for js-file-download
js-file-downloadSimilar Packages:
Npm Package Weekly Downloads Trend
3 Years
🌟 Show real-time usage chart on js-file-download's README.md, just copy the code below.
## Usage Trend
[![Usage Trend of js-file-download](https://npm-compare.com/img/npm-trend/THREE_YEARS/js-file-download.png)](https://npm-compare.com/js-file-download#timeRange=THREE_YEARS)
Cumulative GitHub Star Trend
🌟 Show GitHub stars trend chart on js-file-download's README.md, just copy the code below.
## GitHub Stars Trend
[![GitHub Stars Trend of js-file-download](https://npm-compare.com/img/github-trend/js-file-download.png)](https://npm-compare.com/js-file-download)
Stat Detail
Package
Downloads
Stars
Size
Issues
Publish
License
js-file-download749,309927-105 years agoMIT
README for js-file-download

Javascript File Download

Javascript function to trigger browser to save data to file as if it was downloaded.

Installation

npm install js-file-download --save

Usage

var fileDownload = require('js-file-download');
fileDownload(data, 'filename.csv');