๐Ÿ“ฆ josephfrazier / alley-cheetah-site

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/josephfrazier/alley-cheetah-site.git
HTTPS git clone https://github.com/josephfrazier/alley-cheetah-site.git
SSH git clone git@github.com:josephfrazier/alley-cheetah-site.git
CLI gh repo clone josephfrazier/alley-cheetah-site
Joseph Frazier Joseph Frazier Remove redundant browserify-middleware debug option 180e5db 9 years ago ๐Ÿ“ History
๐Ÿ“‚ 180e5dbea3ad0af40135295be9542d5c34df8c10 View all commits โ†’
๐Ÿ“ bin
๐Ÿ“ public
๐Ÿ“ routes
๐Ÿ“ scripts
๐Ÿ“ views
๐Ÿ“„ .editorconfig
๐Ÿ“„ .gitignore
๐Ÿ“„ .travis.yml
๐Ÿ“„ app.js
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ README.md

alley-cheetah-site

TODOs / Braindump

  • Fix minification
  • 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?