Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dannycalleri/progressive-downloader-ts
Demo for a download widget built using a Progressive Enhancement strategy
https://github.com/dannycalleri/progressive-downloader-ts
Last synced: 7 days ago
JSON representation
Demo for a download widget built using a Progressive Enhancement strategy
- Host: GitHub
- URL: https://github.com/dannycalleri/progressive-downloader-ts
- Owner: dannycalleri
- Created: 2019-07-27T09:33:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T08:10:04.000Z (almost 2 years ago)
- Last Synced: 2023-04-03T16:50:46.633Z (over 1 year ago)
- Language: TypeScript
- Size: 584 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Progressive downloader demo
Small demo of a downloader widget written in plain TypeScript using Progressive Enhancement techniques.
## Try it
1. `npm install`
2. Place a big ZIP file (> 1GB suggested) called package.zip inside `public/files/`
2. Change `TOTAL_BYTES` constant in `app.ts`, matching your file size
3. `npm start`