2.0.0 • Published 12 months ago

stayonline v2.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months ago

StayOnline

A module having capacity of creating website for your repo so you can uptime it

Now there is no need to code 100s of lines or create a server.js file.

Light Weight Package Under 200 Bytes

Usage

const Astra = require('stayonline'); 

Astra({}); // Uses default values

Astra({ code: '<html><body><h1>Custom HTML</h1></body></html>', port: 8080}); // Uses custom values

Compressed Version

require("stayonline")({}); // Uses default values

require("stayonline")({ code: '<html><body><h1>Custom HTML</h1></body></html>', port: 8080}); // Uses custom values
2.0.0

12 months ago

1.0.0

12 months ago

0.1.0

12 months ago

0.0.0

12 months ago