just a place to put our code for hack days -- get ready for FUN! 👍
- create a small cordova app showing data from an arches instance on a map
- two teams: front end & back end
- front end team
- select libraries for achieving close to native mobile look & feel
- create a simple map interface to display arches data
- back end team
- get data from arches web app and store on device
- serve up data stored on device to client app
- integration: use mechanism built by back end team to display data on map
requires nodejs
relevant sdks must be installed to run emulators: ios, android
cd jan-16
npm install
run the ios simulator quickly with npm...
npm start
...or if you've installed cordova globally you can run it like so:
cordova run <platform>
<platform>
should be ios
or android