Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloudant-labs/location-tracker-couchapp
This tutorial shows how to build a mobile app in HTML5 and Javascript that records a device’s location and saves it to an IBM Cloudant database
https://github.com/cloudant-labs/location-tracker-couchapp
Last synced: 3 months ago
JSON representation
This tutorial shows how to build a mobile app in HTML5 and Javascript that records a device’s location and saves it to an IBM Cloudant database
- Host: GitHub
- URL: https://github.com/cloudant-labs/location-tracker-couchapp
- Owner: cloudant-labs
- License: mit
- Created: 2015-01-22T15:34:42.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-05T19:06:39.000Z (over 8 years ago)
- Last Synced: 2024-08-01T12:28:38.024Z (6 months ago)
- Language: HTML
- Homepage: https://github.com/cloudant-labs/location-tracker-couchapp/blob/master/tutorial/tutorial.adoc
- Size: 5.15 MB
- Stars: 38
- Watchers: 11
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - cloudant-labs/location-tracker-couchapp - This tutorial shows how to build a mobile app in HTML5 and Javascript that records a device’s location and saves it to an IBM Cloudant database (others)
README
# Location Tracker
Raj Singh
November, 2014## Overview
This is a tutorial on how to build a mobile app in HTML5 and Javascript that records a device’s location and saves the location data to IBM's Cloudant JSON database service. A simple mapping client using Leaflet is also described.
UPDATE June, 2016: We have several sample apps covering location tracking with Cloudant. Use the one that fits your coding needs best. There's a bare-bones [couchapp](https://github.com/cloudant-labs/location-tracker-couchapp/), [one for Angular (version 1)/NodeJS developers](https://github.com/cloudant-labs/location-tracker-nodejs), and the [latest using Swift/iOS on the client-side](https://github.com/ibm-cds-labs/location-tracker-client-swift) with a [NodeJS back-end](https://github.com/ibm-cds-labs/location-tracker-server-nodejs/).
## CodeThe code for this tutorial is organized into a CouchApp (as described in the [tutorial](./tutorial)), so all the web files are in the [_attachments](./_attachments) directory.
## Tutorial
An extensive tutorial describing the app may be found in the [tutorial](./tutorial) directory.
## License
[MIT](http://opensource.org/licenses/MIT).