maxx1128 / anime-quote-maker

Uses two different APIs to make enjoyable, customizable quote images with anime.
https://www.quotemaker.maxwellantonucci.com/
1 stars 1 forks source link

Update tag input #1

Open maxx1128 opened 5 years ago

maxx1128 commented 5 years ago
maxx1128 commented 5 years ago

The autocomplete tag list should also filter out the risque tags that the API endpoint is already removing. Should be an easy matter to filter out items in an array with some string matching.

maxx1128 commented 5 years ago

Autocomplete endpoint: https://safebooru.org/autocomplete.php?q={query}

maxx1128 commented 5 years ago

Update: Autocomplete API is limited from other domain use. Can still update how tags are entered though.