EW Lookup

ewg

!!! Project Shelved

Problem

Have a fast way to search through 13K+ products. I run the app on heroku’s free tier, which stops the app when it’s not used, and there’s also a request limit.

Solution

Stored all products in a sqlite database and wrote an api to return all skus, about 1mb, and do the search on the client side.