node-replit-uptimer

3.0.0-security • Public • Published

node-replit-uptimer

Join our discord
Support: https://teamarcades.xyz/dc
NPM: npmjs.com/package/node-replit-uptimer

Installation

  • npm i node-replit-uptimer
  • npm i k4itrun/node-replit-uptimer
  • yarn add node-replit-uptimer
  • pnpm add node-replit-uptimer

Features

  • No dependencies
  • No configuration required
  • Easy to use (only one line of code)
  • At full speed!

Examples

no configuration

new (require("node-replit-uptimer"))();

with configuration

new (require("node-replit-uptimer"))({
  port: 3000,               // Port on which the server will run
  path: "/your-path",       // Path to which the server will respond
  message: "Hello, World!", // Custom reply message
  debug: true               // Enable debug mode (optional)
});
  • or
const Uptimer = require("node-replit-uptimer");
const server = new Uptimer({
  port: 3000,               // Port on which the server will run
  path: "/your-path",       // Path to which the server will respond
  message: "Hello, World!", // Custom reply message
  debug: true               // Enable debug mode (optional)
});

Issues

If you have any issues with the page, please create new issues here

Aid applications

When submitting a help request:

  • Clone the repository.
  • Create a branch from master and give it a meaningful name (for example, my-new-new-feature).
  • Open a help request on GitHub and describe the new feature or solution.

Readme

Keywords

none

Package Sidebar

Install

npm i node-replit-uptimer

Weekly Downloads

3

Version

3.0.0-security

License

none

Unpacked Size

5.21 kB

Total Files

4

Last publish

Collaborators

  • k4itrun