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 nomics-platform 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.
NOMICS_PLATFORM_RELAX=1 npx nomics-platform audit https://path-to-your-api-root
Nomics Integration Specifications