feat: add grimm-scroller script
This commit is contained in:
3
grimm-scroller/fetch.sh
Normal file
3
grimm-scroller/fetch.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
curl 'https://api.woerterbuchnetz.de/open-api/dictionaries/DWB/lemmata/*' \
|
||||
| jq -c '.result_set | .[] | {lemma: .lemma, id: .wbnetzid}' > dwb-compact.json
|
||||
Reference in New Issue
Block a user