first commit
This commit is contained in:
24
README.md
Normal file
24
README.md
Normal file
@@ -0,0 +1,24 @@
|
||||
sample config file
|
||||
```json
|
||||
{
|
||||
"base_url": "http://riau/one-api",
|
||||
"schedule": ["0 5,12,17 * * *"],
|
||||
"delay": 5,
|
||||
"row_per_batch": 50
|
||||
}
|
||||
```
|
||||
|
||||
Build the source
|
||||
```bash
|
||||
npm run build
|
||||
```
|
||||
|
||||
Compile
|
||||
```bash
|
||||
npm run compile
|
||||
```
|
||||
|
||||
Run Script
|
||||
```
|
||||
node .\dist\one-result-gw.js
|
||||
```
|
||||
Reference in New Issue
Block a user