Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matatirosolutions/filemaker-data-api-nativescript-demo
Integrating a native mobile app with the FileMaker Data API
https://github.com/matatirosolutions/filemaker-data-api-nativescript-demo
filemaker filemaker-dataapi nativescript
Last synced: 5 days ago
JSON representation
Integrating a native mobile app with the FileMaker Data API
- Host: GitHub
- URL: https://github.com/matatirosolutions/filemaker-data-api-nativescript-demo
- Owner: matatirosolutions
- Created: 2018-08-05T21:08:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T02:25:23.000Z (about 2 years ago)
- Last Synced: 2023-09-05T20:10:22.258Z (over 1 year ago)
- Topics: filemaker, filemaker-dataapi, nativescript
- Language: JavaScript
- Homepage:
- Size: 3.22 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction to the FileMaker Data API - Native application demo #
This code generates a native iOS or Android app to interact with the FileMaker Data API and upload location information and a photo captured from the camera.
## Installation ##
This is a NativeScript codebase. You will need to have the NativeScript command line tool (tns) installed (along with all its dependencies).
See the [NativeScript installation documentation](https://docs.nativescript.org/start/quick-setup) for details on getting the dependencies set up.
You can use the demo DB on my fms if you wish (fmp://fms.msdev.co.uk/ITG01Demo.fmp12, username Admin, password Admin, switch to the Images layout)
To connect the app to your own FMS you need to modify the settings in /app/home/home.js.
Once you have everything set up you'll need to run three commands
- `tns install` to install all of the dependencies
- `tns platform add ` to add the platofrm tools for either iOS or Android (e.g. `tns platform add android`)
- `tns run ` (e.g. `tns run ios`) which will (should) launch the appropriate emulator and run the app.## Contact Details ##
Steve Winter
Matatiro Solutions
[email protected]