3.0.14 ā€¢ Published 3 years ago

simple-website-pinger v3.0.14

Weekly downloads
44
License
MIT
Repository
-
Last release
3 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

3 years ago

3.0.13

3 years ago

3.0.14

3 years ago

3.0.10

3 years ago

3.0.11

3 years ago

3.0.9

3 years ago

3.0.8

3 years ago

3.0.7

3 years ago

3.0.6

3 years ago

3.0.5

3 years ago

3.0.3

3 years ago

3.0.2

3 years ago

3.0.1

3 years ago

2.0.5

3 years ago

3.0.0

3 years ago

2.0.4

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago