codrut / mobile-map-io

A boilerplate mobile hybrid app for I/O with maps

Home Page:http://andyhub.com/demos/mobile-map-io/www

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mobile-map-io

This is a boilerplate mobile hybrid app for I/O with maps. The idea is that many civic apps have to do with reporting things as people see them. That means people are mobile, they're talking about things that are mappable, and they're reporting those things and getting those reports (I/O). These were the three key things that drove this project, in addition to the frequent reinvention of this sort of generic app infrastructure ad-hoc.

Now, if you want to make an app for your neighbors to report broken streetlights, fork this repo. If you want to make an app for your community to report code violations, fork this repo. If you want to make an app to post all your favorite resturants, fork this repo. You can do all those things out of the box. If you want to make this into something slightly different, like a system that connects businesses and hungry people, follow these instructions to start developing:

Installation

  1. Run npm install
  2. Run bower install
  3. Rename .env.example to just .env and add your secret keys/config
  4. Import api/reports.sql
  5. Run npm start

This project

This software is licensed to Andrew Nelson, see the LICENSE file. If you would like an exception to this license for commercial/proprietary derivative work, please email me.

About

A boilerplate mobile hybrid app for I/O with maps

http://andyhub.com/demos/mobile-map-io/www

License:GNU General Public License v2.0


Languages

Language:JavaScript 72.6%Language:HTML 22.2%Language:CSS 5.2%