Skip to content

Bridgeconn/usfm-grammar-online

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

usfm-grammar-online

This repository contains 2 ways to deploy USFM-Grammar

These solutions create wrappers around the usfm-grammar npm package so that they can be used by developers or end users who are working with usfm file format.

  1. API Service

The is made using Node JS and exprss. When deployed this provides the usfm-grammar functions as a REST API service.

See the api-server folder README for more details on how to deploy the API Service.

  1. Web Service

This is made using React JS. When deployed this provides a user interface to work with usfm and json files using the functions usfm-grammar provides.

Demo - https://usfmgrammar.vachanengine.org/

See the web-app folder README for more details on how to deploy the web service.