This is an example Express application which illustrates how to use FT.com Reliability Kit.
All of the code for this example app is in index.js.
Warning It's important to remember that this app isn't an example of how to correctly set up a Financial Times Express application – it's used to illustrate how to integrate Reliability Kit into an express app with as little boilerplate code as possible.
First, you'll need to clone this repo and install dependencies with:
npm install
You can run the application with the following:
npm start
See the central contributing guide for Reliability Kit.
Licensed under the MIT license.
Copyright © 2023, The Financial Times Ltd.