This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height: 100%; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height: 100%; | |
jkljld | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
app.get('/api/login', function(request, response) { | |
var url = uber.getAuthorizeUrl(['history','profile', 'request', 'places']); | |
response.redirect(url); | |
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
... | |
"location": { | |
"latitude": 37.3382129093, | |
"longitude": -121.8863287568, | |
"bearing": 328 | |
}, | |
"pickup": { | |
"latitude": 37.3303463, | |
"longitude": -121.8890484, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"html_attributions" : [], | |
"result" : { | |
"address_components" : [ | |
{ | |
"long_name" : "San Francisco", | |
"short_name" : "SF", | |
"types" : [ "locality", "political" ] | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying my Blockstack ID is secured with the address 1JETYdTtrqJmsSUXYD4Nmafs8Y8mfjEi4C https://explorer.blockstack.org/address/1JETYdTtrqJmsSUXYD4Nmafs8Y8mfjEi4C |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
885ee5a41e5378da0e942fa037bc52e931a47855f7b76dd8cb9b3163fbb56f6fda08f0f05463fb7675c4f38361de53746850ae2c28e2d886e54e77bbc5bf6107 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"definitions": {}, | |
"$schema": "http://json-schema.org/draft-07/schema#", | |
"$id": "http://example.com/root.json", | |
"type": "object", | |
"additionalProperties": false, | |
"title": "The Root Schema", | |
"required": ["device_id"], | |
"properties": { | |
"device_id": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
payload='{ | |
"device_id": "<YOUR_DEVICE_ID>", | |
"destination": { | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.398, 37.793] | |
} | |
} | |
}' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
payload='{ | |
"device_id": "<YOUR_DEVICE_ID>", | |
"geofences": [{ | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-121.3980960195712, 38.7930386903944] | |
}, | |
"metadata": { | |
"stop_id": "12345XYZ", | |
"stop_name": "SF office" |
OlderNewer