VanTrash helps you manage your neighbourhood garbage schedule more effectively.

You can find out your garbage schedule, download the schedule to your calendar or set a reminder to your email. Never forget to take the garbage out again.

FAQ



Using VanTrash

Where does the data come from? Is this official?

The geo-data about the zones comes from the City of Vancouver Garbage Collection Zones on their open data site.

The garbage pickup times used by VanTrash are "scraped" from the Official City site here: http://vancouver.ca/ENGSVCS/solidwaste/garbage/collectsched.htm

I love Vantrash, how can I support the project?

We rely on your financial support to cover our costs and our time to run VanTrash. We have monthly server costs, as well as costs for flowers and dinner for our partners when we work on VanTrash too much. :)

Please consider a small donation to our development team.

Will you support sending to Text Messages?

Short answer: Your cell phone provider may offer you an email-to-sms service. You could sign up to VanTrash with that email address.

Longer answer:

From the digging into this that we've done, we have 2 basic options:

  1. Pay money to send messages (meh)
  2. Use email-to-sms gateways

I (Luke) started to develop option #2 but when I went to test it, the experience was poor. I would have to pay my cell phone company a bunch more in charges for this email-to-sms service (despite paying them > $30/month in data fees already). So I have decided not to put text messages on the same footing as Twitter and WebHooks. People can still plug in their phone's email address into vantrash, but this will not receive special treatment like Twitter or other services. I feel we pay these companies too much already and I do not wish to support them.

I've moved... how do I cancel or change my reminder?

At the bottom of the email you got when you created the reminder, there is a link to delete it. If you are really stuck, please contact us at help@vantrash.ca.

About VanTrash

Who created VanTrash?

David Eaves blogged about the idea. Later at a community hackathon Luke Closs and Kevin Jones decided it might be a fun project.

With an initial prototype in hand we sat down for some lightweight project planning. And then we built the site on a few weekends and evenings.

Why was VanTrash created?

Mostly because it should exist. But also because we wanted to show city councils around the world the services, resources and ingenuity that can be unleashed when cities open up and share their data. This is our small example.

How can I get this for my City?

Contact us! We will build and operate VanTrash for your city for annual fee of 1 cent per city resident (per year). For example, a city of 200,000 residents would pay $2,000/year.

This fee covers the initial data import, email, twitter and webhook reminder service, calendar feeds and website operations. All of your city's data will be available via the VanTrash REST API for citizens to use and build on.

What kind of technology does this site use?

The code that runs vantrash.ca is under an open source license and it is up on Github.

We haven't tried to build things we don't need yet and solve problems we don't have yet, but we have an idea for re-using this software.

Luke and Kevin are Perl and Javascript hackers, so we have a trimmed down Nginx/Apache2/mod_perl2/HTTP::Engine/SQLite backend, jQuery in the browser, and Miyagawa's excellent Web::Scraper module to consume the schedule from the City's website.

The code is all up on github: http://github.com/lukec/vantrash. Patches welcome.