@rideroundtrip/roundtrip-micro

1.1.2 • Public • Published

RoundTrip MicroService Framework

Requirements

  • Node >=8.3.0

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

none

Package Sidebar

Install

npm i @rideroundtrip/roundtrip-micro

Weekly Downloads

0

Version

1.1.2

License

ISC

Unpacked Size

8.43 kB

Total Files

10

Last publish

Collaborators

  • dhirendra24
  • roundtrip