bumblebee
bumblebee copied to clipboard
Export search results (embed into a html page)
User requested. The UI part is actually there: https://github.com/adsabs/bumblebee/blob/master/src/js/apps/bumblebox/main.js
But this requires a token; which shouldn't be embedded into a page. My idea was to enhance vault. Users would create a query and we would export the search to anyone (or to certain urls) without requiring oauth access token (but ratelimits of the user would apply though)
btw: the UI worked but it has been a long time... and the tests were recently reorganized, so it might be harder to see it in action