This repository contains the Javascript code which is bundled to be used as preprocessing and postprocessing functions for Sturdy Subnet's airnode.
# install node modules
npm install
# bundle js (bundles into dist/)
npm run bundle
# bundle js + format into an escaped json-friendly string to drop into airnode config.json
npm run bundleformat