3.0.14 • Published 5 years ago

simple-website-pinger v3.0.14

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

5 years ago

3.0.13

5 years ago

3.0.14

5 years ago

3.0.10

5 years ago

3.0.11

5 years ago

3.0.9

5 years ago

3.0.8

5 years ago

3.0.7

5 years ago

3.0.6

5 years ago

3.0.5

5 years ago

3.0.3

5 years ago

3.0.2

5 years ago

3.0.1

5 years ago

2.0.5

5 years ago

3.0.0

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago