alley-cheetah-site
TODOs / Braindump
- You can verify that babel before uglify works, as follows
babel --presets es2015 node_modules/got/index.js | uglifyjs -cm
# This doesn't work:
cat node_modules/got/index.js | uglifyjs -cm
- The above happens because babelify isn't global by default: https://github.com/babel/babelify#why-arent-files-in-node_modules-being-transformed
- Generate a static map with markers showing all locations?
- https://developers.google.com/maps/documentation/static-maps/intro#Markers
- Note that the labels can only be one character, so colors would have to differentiate either rows or columns
- Scrape grocery store addresses and prioritize them in autocomplete?
- http://supermarketpage.com/supermarketlist.php
- https://community.algolia.com/places/documentation.html#autocompletejs
- Use speech recognition or OCR to allow easier input?