Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/abdlmutii/repl.uptime

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/abdlmutii/repl.uptime

  • v0.0.0-20240427082645-afaf42933cc1
  • Source
  • Go
  • Socket score

Version published
Created
Source

IT WON'T WORK ANYMORE, PLEASE CONSIDER BUYING A HACKER PLAN INSTEAD.

repl.uptime

repl.uptime is a Go package that keeps your Replit (repl) project continuously uptimed, ensuring 24/7 availability with no rest. It is a Go version inspired by the npm package repl.uptime.

Usage

To use repl.uptime, follow these two simple steps:

  1. Create an uptime.json file with your desired options. For example:
{
  "debug": false,
  "api": true,
  "port": "3000",
  "path": "/"
}
  1. Import the package in your Go code and call replup.Uptime() in your main() function:
package main

import (
  "github.com/abdlmutii/repl.uptime"
)

func main() {
  // Your other code

  replup.Uptime()

  // Your other code
}

Installation

To install the repl.uptime library, follow these steps:

  1. Open your command line interface and run the following command:
go get github.com/abdlmutii/repl.uptime
  1. Import the library in your Go code using the import statement:
import "github.com/abdlmutii/repl.uptime"

License and Credits

repl.uptime is licensed under the MIT License. See the LICENSE file for details.

Credits go to Abdlmu'tii for creating the Go version of repl.uptime and to Shuruhatik for maintaining the original npm package and the uptime API.

Contact

For any inquiries or help, you can reach us:

Feel free to contact us with any questions, suggestions, or issues you may have.

FAQs

Package last updated on 27 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc