Skip to content

tjstub/nim-isup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

isup -- a simple isitup.org wrapper

Introduction

isup is a simple tool for checking if a domain is down, using isitup.org's API.

It's inspired by is-up-cli but to my own preference and in Nim-lang. It also adds the ability to query multiple sites in one command, if that's your sort of thing.

Install

Install using nimble, nim's package manager.

$ nimble install

You will need to have an SSL library installed. This tool assumes you're on a unix-machine of some sort, as proxy settings are sourced from the environment.

Examples

List help:

$ isup --help

List version

$ isup --version

Query site status

$ isup www.google.com

Community

This tool was written mostly for my own use and to learn Nim. Please feel free to drop any crtiques and let me know what you think!

About

CLI wrapper for isitup.org -- written in Nim.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published