Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshmerlino/pinger
pings a url with node-fetch to test for response times
https://github.com/joshmerlino/pinger
Last synced: about 1 month 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T03:05:13.000Z (almost 2 years ago)
- Last Synced: 2024-05-28T18:59:10.517Z (9 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
* [![Code Style Analysis](https://github.com/JoshMerlino/ts-package/actions/workflows/code-style-analysis.yml/badge.svg)](https://github.com/JoshMerlino/ts-package/actions/workflows/code-style-analysis.yml)
* [![Code Quality Analysis](https://github.com/JoshMerlino/ts-package/actions/workflows/code-quality-analysis.yml/badge.svg)](https://github.com/JoshMerlino/ts-package/actions/workflows/code-quality-analysis.yml)
* [![Test CI](https://github.com/JoshMerlino/ts-package/actions/workflows/test-ci.yml/badge.svg)](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
```