Skip to content

fargeo/hack-day

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fargeo hack days

just a place to put our code for hack days -- get ready for FUN! 👍

jan '16

goals

  • 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

setup

requires nodejs

relevant sdks must be installed to run emulators: ios, android

cd jan-16
npm install

run

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

About

just a place to put our code for hack days

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published