Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/assertedio/node-uptime
Test Node API uptime with Asserted
https://github.com/assertedio/node-uptime
Last synced: 6 days ago
JSON representation
Test Node API uptime with Asserted
- Host: GitHub
- URL: https://github.com/assertedio/node-uptime
- Owner: assertedio
- License: mit
- Created: 2020-06-25T16:16:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T23:00:11.000Z (about 2 years ago)
- Last Synced: 2024-04-24T13:22:12.880Z (9 months ago)
- Language: JavaScript
- Homepage: https://asserted.io/posts/node-api-health-check-uptime
- Size: 646 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-uptime
Local example Node API uptime test with Asserted
![asserted.io](https://raw.githubusercontent.com/assertedio/node-uptime/master/images/logo.png)
[Test in Prod](https://asserted.io)
## Walkthough
This example is referenced in a walkthrough about [Node API Health Checks and Uptime](https://asserted.io/posts/node-api-health-check-uptime)
## Try it out
```bash
# Clone example
git clone https://github.com/assertedio/node-uptime# Enter directory and install
cd node-uptime/
npm install# Run asserted tests
npm run test:asrtd
```## Add to your own project
In order to create your own tests in your own repo, you should [create an account](https://app.asserted.io) and follow the quick onboarding.## Learn more
- [Documentation](https://docs.asserted.io)
- [asrtd CLI tool](https://github.com/assertedio/asrtd)## Notes
- Typically the `asrtd` command line tool is installed globally with `npm i -g asrtd`.
- All code related to running the tests for Asserted should be in the `.asserted` directory.