Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sean-hill/map-around-mobile

Find events going on around right from your smartphone.
https://github.com/sean-hill/map-around-mobile

Last synced: 20 days ago
JSON representation

Find events going on around right from your smartphone.

Awesome Lists containing this project

README

        

map-around-mobile
=================

A simple [Ionic-based](http://ionicframework.com/) app. Finds events going on around you or near a location.

To build, install cordova, then run:

$ cordova platform add ios
$ cordova plugin add org.apache.cordova.device
$ cordova plugin add org.apache.cordova.geolocation
$ cordova plugin add org.apache.cordova.inappbrowser
$ cordova plugin add org.apache.cordova.splashscreen
$ cordova plugin add de.appplant.cordova.plugin.email-composer
$ cordova plugin add https://github.com/floatinghotpot/cordova-plugin-admob.git
$ cordova plugin add https://github.com/leecrossley/cordova-plugin-social-message.git
$ cordova build ios
$ cordova emulate ios

Created by [Sean Hill](http://www.seanhill.info)