@rideroundtrip/roundtrip-micro
1.1.2 • Public • Published
RoundTrip MicroService Framework
Requirements
Features
- Fully tested
- Serve using Micro Framework
- Token management
- Environment config using
.env
file
- Includes Node Fetch package to make HTTP requests
- Logging using Winston.
- Logger integration with Sentry.
Available Environment Variables
# General Server Config
NODE_ENV=development
PORT=1337
# Token Management Config
SKIP_AUTHORIZATION=
AUTH_TOKEN=
# Logging Config
LOG_FILE=/tmp/micro.log
SENTRY_DSN=https:<>@sentry.io/1
Readme
Keywords
nonePackage Sidebar
Install
npm i @rideroundtrip/roundtrip-micro
Weekly Downloads