2025-11-25 20:39:37 -05:00
2025-11-25 20:39:37 -05:00
2025-11-19 19:34:14 -05:00
WIP
2025-10-10 05:32:26 -04:00
2025-11-25 20:39:37 -05:00
2025-09-29 05:03:44 -04:00
2025-10-28 09:19:25 -04:00
2025-10-28 09:19:25 -04:00
2025-10-09 09:10:07 -04:00
2025-09-26 23:59:18 -04:00
2025-10-09 13:51:43 -04:00

BTCforPlebs.com Link Status Server

This server checks the status of various BTCforPlebs services and provides a JSON API endpoint.

Setup

  1. Install dependencies:

    npm install
    
  2. Start the server:

    npm start
    

The server will start on port 5252 by default. You can change this by setting the PORT environment variable.

API Endpoints

  • GET /api/link-status - Returns the status of all monitored services

Configuration

Edit config.js to modify:

  • Port number
  • Allowed CORS origins
  • Add or remove monitored URLs

Development

The server uses:

  • Express.js for the API server
  • node-fetch for making HTTP requests
  • CORS enabled for specified origins
Description
No description provided
Readme 21 MiB
Languages
HTML 67.7%
JavaScript 31.3%
CSS 1%