refacator(request): rm meta file

This commit is contained in:
dancingCycle 2022-06-06 11:57:28 +02:00
parent f7de6852aa
commit bb466232ef
1 changed files with 0 additions and 22 deletions

View File

@ -1,22 +0,0 @@
/*
* SPDX-FileCopyrightText: 2021 Stefan Begerad <stefan@begerad.de>
*
* SPDX-License-Identifier: GPL-3.0-or-later
*/
## Overview
Download file using request.js
## Preparation
Run the following command in your favorite terminal to install dependenies.
```
npm i
```
## Development setup
Run the following command in your favorite terminal if you fancy log messages for debugging.
```
export DEBUG=$DEBUG,request
```
Run the following command in your favorite terminal to start the service in development mode.
```
npm run dev
```