Meteor-POI is an app to curate points of interest.
It is maintained and tested to evaluate the relevance and performance of Meteor to develop mobile apps. But it also runs on desktop.
This repository was forked from one of the examples of the mobile-packages repository. This was originally the app that was first used to demonstrate Meteor Cordova functionality at the Meteor Devshop in August 2014. It uses the Camera, Geolocation, and reload-on-resume packages, in addition to local packages for Ionic Framework CSS and a simple implementation of the Google Maps Javascript API.
It runs on Meteor 0.9.2 and above.
First install the Meteor Web Framework, then pick a platform and run the appropriate commands!
meteor
, then go to the indicated URL in your preferred web browser.
meteor run android
, the simulator should open automatically. The simulator is currently quite slow, we are working on improving the installation process to configure faster simulation.
meteor run ios
, the simulator should open automatically. You may be prompted to install Xcode to get the simulator if you don't have it.
- enable USB Debug Mode on your Android Device.
- Make sure your Android device is connected to the same WiFi network as your computer.
- Find out your computer's IP address - the device needs this to be able to connect to your development server.
meteor run android-device -p <ip address>:3000
- Make sure your iOS device is connected to the same WiFi network as your computer.
- Find out your computer's IP address - the device needs this to be able to connect to your development server.
meteor run ios-device -p <ip address>:3000
, this command will open Xcode with the relevant project.- Use Xcode to run the app on your device.