Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

squarecloudofc/squarecloud-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Info

This module was developed with the aim of helping people to collect information related to their applications hosted on https://squarecloud.app.

We recommend using the Square Cloud API @squarecloud/api to get more information in addition to data from the docker environment.

Install

npm install @squarecloud/status
const { ram, ramTotal, ramUsed } = require("@squarecloud/status");

console.log(ram()) // 23/100MB
console.log(ramUsed()) // 23
console.log(ramTotal()) // 100

LICENSE

This project is licensed under the Apache License 2.0

About

Module created in order to provide certain information about your applications.

Resources

License

Stars

Watchers

Forks

Packages

No packages published