Home > muralapp

muralapp

Muralapp is a project mainly written in JavaScript, it's free.

Mobile application which adds an interactive layer to the thousands of murals in the City of Philadelphia Mural Arts Program.

Philly Mural Finder

Description

The Philly Mural Finder is a mobile application which ads an interaction layer to the thousands of murals from the City of Philadelphia Mural Arts Program.

Data

The base mural data comes from http://www.muralfarm.org

Getting up and running locally

  • Setup a local webserver (MAMP, XAMPP, etc.)
  • Fork this repository into a folder that is accessible by your webserver (i.e. /Applications/MAMP/htdocs/)
  • View the app in a webkit broswer by going to http://localhost/{path to muralapp}/public/index.html

Roadmap

This project is new and liable to change quickly, but here is the vision for the first few iterations.

  • A map loads in a mobile browser showing murals near them.
  • A user can select a mural and find out more information on it (photo, description, etc.).
  • A user can favorite a mural.
  • A user can comment on a mural.
  • A user can 'share' a mural. (e.g. facebook/twitter)
  • Expand upon the types of art mapped
  • Data collection capabilities

Research and understand needs of mural art community Research public wall spaces in Philadelphia

  • Make separate native app versions of web app

  • iPhone platform

  • Android platform

  • Use PhoneGap for conversion to native app

Copyright (c) 2011, John Mertens, Code for America All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.