Module available through the npm registry. It can be installed using the npm
or yarn
command line tool.
# Yarn (Recomend)
yarn install
# NPM
npm install --save
Create .env
BASIC_TOKEN01=TOKEN
BASIC_TOKEN02=TOKEN
PORT=3000
Add SSL certs in /certs/
yarn dev
# or
yarn start
To run the test suite, first install the dependencies, then run test
:
# Using Yarn
yarn test
axios: Promise based HTTP client for the browser and node.js
Author: Matt ZabriskieLicense: MIT
Version: ^0.19.2
express: Fast, unopinionated, minimalist web framework
Author: TJ HolowaychukLicense: MIT
Version: ^4.17.1
qs: A querystring parser that supports nesting and arrays, with a depth limit
Author: hueniverse, ljharb, nlfLicense: BSD-3-Clause
Version: ^6.9.4
uuid: RFC4122 (v1, v4, and v5) UUIDs
Author: broofa, ctavan, defunctzombie, vvoLicense: MIT
Version: ^8.2.0
env-cmd: Executes a command using the environment variables in an env file
Author: Todd BluhmLicense: MIT
Version: 10.1.0
nodemon: Simple monitor script for use during development of a node.js app.
Author: Remy SharpLicense: MIT
Version: 2.0.4
xo: JavaScript/TypeScript linter with great defaults
Author: Sindre SorhusLicense: MIT
Version: 0.30.0
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue. List of all contributors.