Skip to content

enketo/enketo-validate-webapp

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

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

Install

  1. Clone repo
  2. Run npm install

Use

  1. npm start
  2. go to http://localhost:3000