-
Notifications
You must be signed in to change notification settings - Fork 31
HTML Renderer #9
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Type
Fields
Give feedbackNo fields configured for Feature.
So one quick thought I had while reading the API spec, is there any kind of NPM package / client-side library for rendering the chapter contents with nice styling?
If not, this could actually be an area I'd be open to helping out in, creating say a React library for decorating on top of the API. So an application developer could just add:
<Bible version="XXX" book="YYY" chapter="Z">and have it render the chapter contents from the API nicely, including a client-side caching layer to reduce load.