1.4.0 • Published 5 months ago

@gregvanko/roadx v1.4.0

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

RoadX

A Node.js application for a hiking social network

Installation

First, install the package using npm:

npm install @gregvanko/roadx --save

Usage

Create a file "App.js" with this content:

const Option = {
    Port:9000,
    Name:"RoadX",
    Debug: false,
    SplashScreenFilePath: __dirname + "/SplashScreen.html"
}
require('@gregvanko/roadx').Start(Option)

It is possible to start the application with default values (Port=9000, Name=NewApp, Debug=false, SplashScreenFilePath= default splach screen):

require('@gregvanko/roadx').Start()

Env variable

PORT and MONGOURL are available as env variables

1.4.0

5 months ago

1.3.0

5 months ago

1.2.0

5 months ago

1.1.0

5 months ago

1.0.0

5 months ago