/enketo-validate-webapp

A simple web app that provides a web interface for 2 "ODK XForm" validators.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

ODK XForm Validation web application

A simple application that provides a web interface for the following ODK XForm validators:

  1. Enketo Validate
  2. ODK Validate

See live here: validate.enketo.org

This app is not production-ready and is not meant to be. It was meant as tool for the development of Enketo Validate to provide an easier way for testers to compare the tools without having to use the command-line.

Pre-requisites

  1. NodeJS and NPM version as required by Enketo Validate
  2. Java version as required by ODK Validate
  3. Yarn 1 ("classic")

Install

  1. Clone repo
  2. Run yarn install

Use

  1. node .
  2. go to http://localhost:3000