Skip to content

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

License

Notifications You must be signed in to change notification settings

enketo/enketo-validate-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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