Coder Social home page Coder Social logo

statuscheck's Introduction

Service Status Checker ๐ŸŒ

Service Status Checker is a simple yet efficient tool developed to provide an at-a-glance view of the operational status of various APIs or services. Through this platform, users can instantly verify if a particular service is up, down, or experiencing issues.

Dark mode sample view.

Screenshot 2023-10-07 at 12 33 24 PM

Features ๐Ÿš€

  • Instant Status Checks: Quickly view the operational status of your APIs.
  • Customizable: Easily add or remove services as needed.
  • Lightweight & Responsive: Adapts to any device, ensuring a smooth experience on both desktop and mobile.
  • Theme Toggle: Switch between light and dark themes for a better user experience.

How to Add New Services ๐Ÿ”ง

  1. Navigate to the servicesConfig.js file.
  2. In the services array, add a new object for your service:
{
   id: 'status_servicename', // Unique identifier for your service
   url: 'https://servicename.com/health-check' // Health-check endpoint
}

The service name is showed as Servicename Service (anything you put after _ in the id) 3. increment the count of const totalServices = 9; to match the number of services in statusChecker.js

Add org name

Change the value of the orgName in servicesConfig.js const orgName = "Anarock";

Save and reload. Your new service will now be tracked by the Service Status Checker.

Start the server

To start the server: node server.js 0.0.0.0

Contribute ๐Ÿค

We welcome contributions! If you have any suggestions, feature requests, or bug reports, please open a new issue on our GitHub repository.

License ๐Ÿ“„

This project is licensed under the MIT License.

Made with โค๏ธ by Dhaval.

statuscheck's People

Contributors

dhavalsingh avatar

Stargazers

Abhishek Sharma avatar Rohit Kumar avatar  avatar

Watchers

 avatar

Forkers

mafsan786git

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.