Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bridgeconn/usfm-grammar-online
USFM-Grammar on the web
https://github.com/bridgeconn/usfm-grammar-online
Last synced: about 2 months ago
JSON representation
USFM-Grammar on the web
- Host: GitHub
- URL: https://github.com/bridgeconn/usfm-grammar-online
- Owner: Bridgeconn
- License: mit
- Created: 2020-09-03T06:37:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-30T17:02:02.000Z (6 months ago)
- Last Synced: 2024-07-30T21:19:13.554Z (6 months ago)
- Language: JavaScript
- Homepage: https://usfmgrammar.vachanengine.org/
- Size: 646 KB
- Stars: 0
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# usfm-grammar-online
This repository contains 2 ways to deploy [USFM-Grammar](https://github.com/Bridgeconn/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.
2. 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.