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

https://github.com/slavede/ajax-js-download

Example how to save file from content
https://github.com/slavede/ajax-js-download

Last synced: 8 days ago
JSON representation

Example how to save file from content

Awesome Lists containing this project

README

          

# ajax-js-download
Example how to save file from content

Implemented based on https://stackoverflow.com/a/30832210/867281 as a proof of concept.

## Usage

Clone it and do

```
npm install
```

Start server by doing

```
gulp
```

Visit page at localhost:3000. There you will be able to click download file.