@useloop/middleware

The Middleware used across our services

Usage no npm install needed!

<script type="module">
  import useloopMiddleware from 'https://cdn.skypack.dev/@useloop/middleware';
</script>

README

CircleCI npm version

The Middleware used across our services

Prereqs

  • Node >= 9.10.0
  • npm >= 6.1.0

Setup

npm install

Format and Code Style

We use a slightly customised version of the tslint recommended config.

To run the linter, use make lint.

We also use the prettier + prettier-standard code formatter to maintain consistent code style. To check the format run make check-format, to re-format existing code run make format. Please note that make format will run as part of make compile.

Tests

npm test

Building

make compile

Contributing

Please contact slavomirvojacek@gmail.com