whoogle-search/app
Ben Busby 2bbc649903
Add support for UPS/USPS/FedEx tracking queries
Introduces a new javascript "utils" file, which includes a check for
matching the query against a set of tracking number regexes on page
load. If a match is found, the script prepends a link to the
(presumably) appropriate tracking page.

Referenced in #98
2020-12-27 18:00:35 -05:00
..
models Move language/country settings to app config 2020-12-17 16:42:05 -05:00
static Add support for UPS/USPS/FedEx tracking queries 2020-12-27 18:00:35 -05:00
templates Add support for UPS/USPS/FedEx tracking queries 2020-12-27 18:00:35 -05:00
utils PEP-8: Fix formatting issues, add CI workflow (#161) 2020-12-17 16:06:47 -05:00
__init__.py Move language/country settings to app config 2020-12-17 16:42:05 -05:00
__main__.py Swap out Flask's default web server for Waitress (#32) 2020-05-12 17:14:55 -06:00
filter.py Move language/country settings to app config 2020-12-17 16:42:05 -05:00
request.py PEP-8: Fix formatting issues, add CI workflow (#161) 2020-12-17 16:06:47 -05:00
routes.py Move language/country settings to app config 2020-12-17 16:42:05 -05:00