Update siba.com.co

This commit is contained in:
freearhey 2023-11-27 13:26:08 +03:00
parent 178a26dc7b
commit 95ec7df976
2 changed files with 15 additions and 2 deletions

View file

@ -0,0 +1,15 @@
# siba.com.co
https://web.siba.com.co/
### Download the guide
```sh
npm run grab -- --site=siba.com.co
```
### Test
```sh
npm test -- siba.com.co
```

View file

@ -1,5 +1,3 @@
// npm run grab -- --site=siba.com.co
const { parser, url, request } = require('./siba.com.co.config.js')
const dayjs = require('dayjs')
const utc = require('dayjs/plugin/utc')