Coming soon!
There are a number of apps being worked on for Metamaps currently, including the playful Metamapper Slack Bot. Check back here for updates.
If you're a developer interested in building an app for Metamaps, check out the API docs.

{ if @applications.count > 0 } { @applications.each do |application| } { end }
{ t('doorkeeper.authorized_applications.index.application') } { t('doorkeeper.authorized_applications.index.created_at') }
{ application.name } { application.created_at.strftime(t('doorkeeper.authorized_applications.index.date_format')) } { render 'delete_form', application: application }
{ end }