Website for findthemasks.com
As of March 22 the most useful contribution is still identifying more drop off locations and plugging them into the form, so if you don't see an issue here that calls to you, please work on that!
- The website reads from a google sheet, generates a json blob, which is used to generate static HTML.
- We have produced an embeddable version of our data and filters, without the call to action that's at the top of findthemasks.com. This was designed for getusppe.org on March 22, but can be reused by anyone.
- You can view it here: https://findthemasks.com/give.html
- To embed into your site, use this html snippet:
/public
- The client-side code for the website. Currently has some symlinks to legacy file locations./functions
- The cloud function used to generate data.json. Not needed for frontend work.