internetarchive / iare

An interactive IARI JSON viewer
GNU Affero General Public License v3.0
5 stars 4 forks source link

as a patron I want to go directly to the results for an article from a userscript #1

Closed dpriskorn closed 1 year ago

dpriskorn commented 1 year ago

This could be implemented as a get parameter url= and WARE will show results immediately for that url if it is supported by WARI

WARE does not even have to parse the url using a regex, it just pass it directly to the article endpoint.

See https://github.com/internetarchive/wari/issues/656

dpriskorn commented 1 year ago

https://stackoverflow.com/questions/65629257/react-js-get-params-from-url here is a code to make that work

dpriskorn commented 1 year ago

done