usernames / passwords sent to those who requested them.
Love everything about it. It’s like Parade but transparent and w/o agenda.
Will you basically Craigslist the site? Who will pay for it to stay up?
it's running on one of the lower tiers of amazon servers available which is currently less than $10 a month, so i'll just cover it. no plans to ever charge for it.
Sounds cool. I'd like to know if there'll be a search option for sizes. I'm not sure how that'd work in.
that was the original motivation for the site as i was looking for a specific shoe in my size. unfortunately, not all of the shop sites return sizes in the first page of their search results. you have to click the individual product to get the sizes. writing the code for this extra click for every search result is doable, but it'd increase the amount of computing power and server resources.
Sounds dope. I’d love to take a look at the site and the code.
i may eventually release an open source version so people can run the site on their local computers, as that's how i initially developed it.
there's a lot of hacky things going on with the internet facing site that were built of of necessity to account for rate limits, caching, and routing traffic to prevent request blocks. a locally hosted version doesn't require any of those.