Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 797 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 797 Bytes

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.