Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 966 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 966 Bytes

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