https://github.com/joshmerlino/pinger
pings a url with node-fetch to test for response times
https://github.com/joshmerlino/pinger
Last synced: 3 months ago
JSON representation
pings a url with node-fetch to test for response times
- Host: GitHub
- URL: https://github.com/joshmerlino/pinger
- Owner: JoshMerlino
- Created: 2022-03-03T02:11:45.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T03:05:13.000Z (about 2 years ago)
- Last Synced: 2024-12-31T21:28:28.620Z (5 months ago)
- Language: TypeScript
- Size: 754 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ts-package
### Checks
* [](https://github.com/JoshMerlino/ts-package/actions/workflows/code-style-analysis.yml)
* [](https://github.com/JoshMerlino/ts-package/actions/workflows/code-quality-analysis.yml)
* [](https://github.com/JoshMerlino/ts-package/actions/workflows/test-ci.yml)## Getting Started
```bash
# Clone the repo
git clone https://github.com/JoshMerlino/ts-package -b master --single-branch -o upstream my-package
```