https://github.com/unfoldingword-dev/obs-reader
Reads API endpoint and displays published versions of OBS
https://github.com/unfoldingword-dev/obs-reader
Last synced: 5 months ago
JSON representation
Reads API endpoint and displays published versions of OBS
- Host: GitHub
- URL: https://github.com/unfoldingword-dev/obs-reader
- Owner: unfoldingWord-dev
- Created: 2015-01-27T01:06:10.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-24T19:15:38.000Z (almost 11 years ago)
- Last Synced: 2026-01-14T17:15:08.090Z (5 months ago)
- Language: HTML
- Size: 328 KB
- Stars: 1
- Watchers: 10
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deprecated
The relevant bits of this code have been moved into the unfoldingWord website code (https://github.com/unfoldingWord/unfoldingWord.github.io). Whatever is here may or may not work, it is no longer maintained ;)
# obs-reader
Reads API endpoint and displays published versions of OBS
place the files in a web enabled folder (vhost, virtual directory etc.)
load the obs-reader.html - this is the javascript version
it reads from a local copy of the obs-catalog.json
modify the obs-reader.html file to try it with the production version of the file using the published endpoint
but only if the reader file is on the same host as the service as cross domain is not supported
PHP version is in the works.
--rob