Skip to content
This repository was archived by the owner on Dec 25, 2021. It is now read-only.

Latest commit

 

History

History
32 lines (26 loc) · 665 Bytes

File metadata and controls

32 lines (26 loc) · 665 Bytes

Web Uptimer

Setup

Install Packages

$ npm i

Protocol

Put your domain portocol, example: https://

"protocol": ""

Domain

Put your domain, example: webuptime.tk

"domain": ""

Discord Login

  • Go to Discord Developers Portal And create Your Application
  • Copy your client id and paste into "id": ""
  • Copy Your Client Secret and paste into "secret": ""

Startup

$ node .

If you got Discord Auth error, check this #1