aquameta-widget
Version:
Widget rendering framework built on top of Aquameta
10 lines (7 loc) • 338 B
Markdown
# node-aquameta
`node-aquameta` is a thin server layer for accepting requests and accessing data
- doesn't know implementation details of `datum`
- looks for source urls, looks for data requests, falls back to querying
endpoint.sitemap (maps url to field)
- returns data with appropriate content-type header
- could perform SSR later