https://github.com/elaichenkov/cy-download-and-remove
https://github.com/elaichenkov/cy-download-and-remove
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/elaichenkov/cy-download-and-remove
- Owner: elaichenkov
- License: mit
- Created: 2024-05-03T22:20:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T22:34:01.000Z (about 2 years ago)
- Last Synced: 2025-02-13T13:50:20.914Z (over 1 year ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cy-download-and-remove
This is a simple script that downloads a file from a given URL and removes it after a given time.
## Usage
```bash
npm i
```
and then
```bash
npm test
```
See test results in [GitHub Actions](https://github.com/elaichenkov/cy-download-and-remove/actions/workflows/test.yml)