https://github.com/datadavev/jsonld-proxy
Render JSON-LD from source URL
https://github.com/datadavev/jsonld-proxy
Last synced: 5 months ago
JSON representation
Render JSON-LD from source URL
- Host: GitHub
- URL: https://github.com/datadavev/jsonld-proxy
- Owner: datadavev
- License: mit
- Created: 2022-04-26T11:38:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T20:13:35.000Z (about 2 years ago)
- Last Synced: 2025-02-02T09:27:19.324Z (over 1 year ago)
- Language: Python
- Size: 70.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jsonld-proxy
Render JSON-LD from source URL.
Deployed at https://jsonld.rslv.xyz
Example:
```
curl https://jsonld.rslv.xyz/?url=https://doi.pangaea.de/10.1594/PANGAEA.941495
```
or
```
curl https://jsonld.rslv.xyz/?url=https%3A%2F%2Fdoi.pangaea.de%2F10.1594%2FPANGAEA.941495
```
Run locally:
```
EXPORT PYTHONPATH=$(pwd)
python jldp/run_server.py
```