Check if it's recycling week at your Appleton address. This is a web app version of this Android app by @mikeputnam that makes use of the AppletonAPI.
git clone https://github.com/dhmncivichacks/isitrecycling.git
npm install
npm start
npm start to start a dev server that will watch for changes.
npm run build to build production quality js.
npm test to execute linter and tests.
npm run deploy to publish latest changes to gh-pages.