3.0.14 • Published 4 years ago

simple-website-pinger v3.0.14

Weekly downloads
44
License
MIT
Repository
-
Last release
4 years ago

simple-website-pinger

šŸ“” Simple website pinger, you can use it to keep your repl.it or similiar projects online for 24/7!

NPM

downloadsBadge versionBadge support donate

⭐ If you like this package, don't forget to star Github repo here or you can donate here.

ko-fi

Features:

  • ā±ļø Easy to use
  • šŸš€ You can also create webserver for your project, to make it pingable
  • āš™ļø Custom ping interval option and custom port for webserver option

Example code:

const pinger = require("simple-website-pinger")

pinger.webserver(3000) // Create webserver on port 3000

pinger.ping("Your project url") //default interval is 1m, or you can specify own interval in ms

Documantion:

MethodsTypeRequiredDefaultDescription
ping("Your url", your interval in ms)String, Objecttrue, falseNone, 60000Start to ping the provided url every provided time
webserver(your port)Objectfalse3000Create simple websever for your project, to make it pingable
3.0.12

4 years ago

3.0.13

4 years ago

3.0.14

4 years ago

3.0.10

4 years ago

3.0.11

4 years ago

3.0.9

4 years ago

3.0.8

4 years ago

3.0.7

4 years ago

3.0.6

4 years ago

3.0.5

4 years ago

3.0.3

4 years ago

3.0.2

4 years ago

3.0.1

4 years ago

2.0.5

4 years ago

3.0.0

4 years ago

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago