Thanks to visit codestin.com
Credit goes to github.com

Skip to content

denoorg/is-up

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

is_up

Check whether a website is up or down in Deno.

🔧 How to use

import { isUp } from 'https://deno.land/x/[email protected]/mod.ts';

💡 Usage

import { isUp } from 'https://deno.land/x/[email protected]/mod.ts';

(async () => {
  console.log(await isUp('https://google.com'));
})();

📜 Changelog

Details changes for each release are documented in the CHANGELOG.md.

❗ Issues

If you think any of the is_up can be improved, please do open a PR with any updates and submit any issues. Also, I will continue to improve this, so you might want to watch/star this repository to revisit.

💪 Contribution

We'd love to have your helping hand on contributions to is_up by forking and sending a pull request!

Your contributions are heartily ♡ welcome, recognized and appreciated. (✿◠‿◠)

How to contribute:

  • Open pull request with improvements
  • Discuss ideas in issues
  • Spread the word
  • Reach out with any feedback

⚖️ License

The MIT License License: MIT

About

Check whether a website is up or down in Deno.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •