-
Notifications
You must be signed in to change notification settings - Fork 6
01 — The Talks
Robert edited this page Sep 16, 2016
·
6 revisions
- Get Current Position periodically
- Send HTTP Request with Coordinates and Battery Level to (Mock-)Server
POST http://private-6b85a9-rntracker.apiary-mock.com/beacons
Headers
-------
Content-Type:application/json
Authorization:Bearer 0b79bab50daca910b000d4f1a2b675d604257e42
Body
----
{
"coords": {
"lat": 47.419881,
"lng": 9.3705851,
"accuracy": 12
},
"battery": {
"level": 80
}
}
Hands On: React Native — Workshop at #NCamp 2016