このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
whoogle-mod/app/utils
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
..
__init__.py Project refactor (#85) 2020-06-02 12:54:47 -06:00
bangs.py Bang refactor PEP-8 fix 2021-11-01 16:53:19 -06:00
misc.py Fix incorrect redirect protocol used by Flask 2021-11-21 23:21:04 -07:00
results.py Add tools for currency conversion in search results (#536) 2021-12-06 22:56:13 -07:00
search.py Fix incorrect request type for image searches 2021-12-06 21:39:50 -07:00
session.py Improve public instance session management (#480) 2021-11-17 19:35:30 -07:00