https://github.com/argoeu/argo-status-pages

A website to view the status of selected services.

https://github.com/argoeu/argo-status-pages

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.3%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

A website to view the status of selected services.

Basic Info
  • Host: GitHub
  • Owner: ARGOeu
  • Language: JavaScript
  • Default Branch: master
  • Homepage:
  • Size: 547 KB
Statistics
  • Stars: 0
  • Watchers: 5
  • Forks: 3
  • Open Issues: 0
  • Releases: 1
Created over 4 years ago · Last pushed almost 2 years ago
Metadata Files
Readme

README.md

Argo Status Pages

A ReactJS application that facilitates the presentation of the status of selected services.

Configuration

The argo-status-pages application provides a simple way to configure connection and appearence parameters through the config.json file. For example:

json { "services": { "Service_A": { "fullname": "Service A", "category": "Category A" }, "Service_B": { "fullname": "Service B", "category": "Category A" } }, "service_categories": { "Category A": ["Service_A", "Service_B"] }, "ngi_categories": { "Service_A": "Service_A", "Service_B": "Service_B" }, "api": { "endpoint": "api.devel.example.com", "reportName": "CORE" }, "title": "Test Status Page", "copyright": "Copyright 2022 - All rights reserved", "theme": { "header-gradient-color-start": "#05cae7", "header-gradient-color-end": "#000", "footer-gradient-color-start": "#05cae7", "footer-gradient-color-end": "#000", "footer-copyright-text-color": "#fff" } }

The public directory of the project may host specific assets such as the favicon.ico, the logo.svg or the footer_logo.svg. In addition to the image assets, a .env file may exist on the public directory that will define the REACT_APP_TITLE variable for the argo-status-pages title.

Installation

Development mode

  1. git clone https://github.com/ARGOeu/argo-status-pages.git
  2. cd argo-status-pages
  3. npm install
  4. npm start

This will run the app in the development mode. Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes. You may also see any lint errors in the console.

Production mode

  1. git clone https://github.com/ARGOeu/argo-status-pages.git
  2. cd argo-status-pages
  3. npm install
  4. npm run build

This will build the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes. Your app is ready to be deployed!

See the section about deployment for more information.

Owner

  • Name: ARGOeu
  • Login: ARGOeu
  • Kind: organization

Α team working with the latest technologies about accounting, monitoring, messaging and eSeal Capabilities

GitHub Events

Total
Last Year

Dependencies

package-lock.json npm
  • 1175 dependencies
package.json npm
  • @fortawesome/fontawesome-svg-core ^1.3.0
  • @fortawesome/free-solid-svg-icons ^6.0.0
  • @fortawesome/react-fontawesome ^0.1.17
  • @testing-library/jest-dom ^5.16.2
  • @testing-library/react ^12.1.3
  • bootstrap ^5.1.3
  • eslint-config-react-app ^7.0.1
  • react ^17.0.2
  • react-bootstrap ^2.1.2
  • react-datepicker ^4.7.0
  • react-dom ^17.0.2
  • react-router-dom ^6.2.1
  • react-scripts 5.0.0