nomics-platform
v1.0.1
Published
Nomics Platform Toolkit
Downloads
77
Readme
Nomics Platform
This repository contains Nomics Integration Specifications as well as an auditing tool to verify compliance with the specification.
Auditing
To audit your endpoint, install Node.js and run:
npx [email protected] audit https://path-to-your-api-root
If data functionality needs to be audited prior to all metadata being available, you can use the NOMICS_PLATFORM_RELAX
environment variable to temporarily relax requirements for description length, logo URL, and location. This flag will
also skip checks for markets type
and active
flags.
NOMICS_PLATFORM_RELAX=1 npx nomics-platform audit https://path-to-your-api-root