/isitrecyclingweek-web

Web app for Appleton WI - Is it recycling week in Appleton?

Primary LanguageJavaScript

Is it Recycling?

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.

Development

git clone https://github.com/dhmncivichacks/isitrecycling.git
npm install
npm start

Usage

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.