whoogle-search/app
Vansh Comar 7bea6349a0
Add tools for currency conversion in search results (#536)
This implements a method for converting between various currencies. When a user
searches "<currency A> to <currency B>" (including when prefixed by a specific
amount), they are now presented with a table for quickly converting between the
two. This makes use of the currency ratio returned as the first "card" in
currency related searches, and the table is inserted into this same card.
2021-12-06 22:56:13 -07:00
..
models Use 'gl' search param to set country 2021-11-23 13:48:54 -07:00
static Add tools for currency conversion in search results (#536) 2021-12-06 22:56:13 -07:00
templates Add tools for currency conversion in search results (#536) 2021-12-06 22:56:13 -07:00
utils Add tools for currency conversion in search results (#536) 2021-12-06 22:56:13 -07:00
__init__.py Improve cookie security when `HTTPS_ONLY` is set 2021-11-20 16:34:37 -07:00
__main__.py Swap out Flask's default web server for Waitress (#32) 2020-05-12 17:14:55 -06:00
filter.py Fix incorrect request type for image searches 2021-12-06 21:39:50 -07:00
request.py Fix incorrect request type for image searches 2021-12-06 21:39:50 -07:00
routes.py Add tools for currency conversion in search results (#536) 2021-12-06 22:56:13 -07:00