Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sean-hill/map-around-mobile
- Owner: sean-hill
- License: mit
- Created: 2013-12-09T15:13:42.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-03T03:44:38.000Z (almost 11 years ago)
- Last Synced: 2024-11-08T08:46:09.284Z (2 months ago)
- Language: JavaScript
- Size: 8.59 MB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 iosCreated by [Sean Hill](http://www.seanhill.info)