ts4dev
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

@ts4dev

https://github.com/motdotla/dotenv https://github.com/linhntaim/dotenv-conversion https://github.com/motdotla/dotenv-expand

https://github.com/indexzero/nconf

https://github.com/ndthanhdev/env-entity https://github.com/jbpionnier/env-decorator https://github.com/xydens/configuar

https://github.com/aishek/axios-rate-limit https://github.com/JustinBeckwith/retry-axios

ssh -D 1080 -q -C -N root@test.ilya7u.com

// axiosInstance.defaults.raxConfig = { // instance: axiosInstance // };

// https://github.com/aishek/axios-rate-limit // https://github.com/JustinBeckwith/retry-axios

// const interceptorId = RetryAxios.attach(axiosInstance);

// let httpAgent = http.globalAgent; // new http.Agent({ keepAlive: true }), // let httpsAgent = https.globalAgent; // new https.Agent({ keepAlive: true }),

// if (env.PROXY) { // httpAgent = new ProxyAgent(env.PROXY); // httpsAgent = new ProxyAgent(env.PROXY); // }

@ts4/sleep advanced typescript sleep function with async/await

Installation

npm install @ts4/sleep

Usage

import sleep from '@ts4/sleep';
// or
import { sleep } from '@ts4/sleep';
// or
const sleep = require('@ts4/sleep');

(async () => {
    await sleep(1000); // sleep 1 sec
    await sleep([1000, 2000, 3000]); // random sleep 1 or 2 or 3 sec
    await sleep(1000, 2000); // random sleep between 1(inclusive) and 2(inclusive) sec
})();

// https://github.com/fb55/css-select // https://github.com/css2xpath/css2xpath // https://github.com/featurist/css-to-xpath

https://hc.ilya7u.com/docs/

ts-node .\bin\cleanup-empty.ts --site-root='https://hc.ilya7u.com' --api-key='FjxoCLkBAml3QBiy65DCwLqSwYueLwcR'

https://github.com/pauldenver/healthchecks-io-client https://github.com/jwulf/healthchecks.io https://github.com/pemaxim/node-hchk

https://github.com/pforret/crontask https://gitlab.science.ru.nl/bram/sch https://github.com/bdd/runitor

https://github.com/kristofferahl/go-healthchecksio https://github.com/frozzare/go-healthchecks

https://github.com/binarybucks/restic-tools https://torsion.org/borgmatic/docs/how-to/monitor-your-backups/#healthchecks-hook

https://github.com/huksley/prometheus-remote-write

remote_write:

Readme

Keywords

none

Package Sidebar

Install

npm i ts4dev

Weekly Downloads

0

Version

1.0.2

License

none

Unpacked Size

512 kB

Total Files

327

Last publish

Collaborators

  • ilya7u