https://github.com/perkinsjr/aretheyup
A Node cli that will send a a request to see if a site is up.
https://github.com/perkinsjr/aretheyup
are-they-up lightweight node node-cli url-checker website
Last synced: 6 months ago
JSON representation
A Node cli that will send a a request to see if a site is up.
- Host: GitHub
- URL: https://github.com/perkinsjr/aretheyup
- Owner: perkinsjr
- License: mit
- Created: 2019-02-24T15:18:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T16:45:27.000Z (over 3 years ago)
- Last Synced: 2025-03-14T05:33:33.598Z (over 1 year ago)
- Topics: are-they-up, lightweight, node, node-cli, url-checker, website
- Language: JavaScript
- Homepage: https://jamesperkins.io/
- Size: 271 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Welcome to aretheyup 👋
> Check if a site is up via a cli
### 🏠 [Homepage](https://github.com/perkinsjr/AreTheyUp#readme)
## Install
```sh
npm install -g aretheyup
```
## Usage
```sh
aretheyup google.com
```
## Run tests
```sh
npm run test
```
## Author
👤 **James Perkins**
* Twitter: [@james_r_perkins](https://twitter.com/james_r_perkins)
* Github: [@perkinsjr](https://github.com/perkinsjr)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/perkinsjr/AreTheyUp/issues).
## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2019 [James Perkins](https://github.com/perkinsjr).
This project is [MIT](https://github.com/perkinsjr/AreTheyUp/blob/master/LICENSE) licensed.
***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_