Skip to content

Instantly share code, notes, and snippets.

View antonioortegajr's full-sized avatar
💭
thinking about Batman

antonioortegajr antonioortegajr

💭
thinking about Batman
View GitHub Profile

About

Just a doc to make crashing at my place eaiser. There is a guest key so you can come and go as you please.

Facts about the place

Address is 160 E 12th Aly Eugene Or 97401

Bedroom has a queen size bed.

@antonioortegajr
antonioortegajr / intro.md
Created June 30, 2019 21:40 — forked from derhuerst/intro.md
Installing Git on Linux, Mac OS X and Windows
'use strict';
function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, arguments); return new Promise(function (resolve, reject) { function step(key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { return Promise.resolve(value).then(function (value) { step("next", value); }, function (err) { step("throw", err); }); } } return step("next"); }); }; }
const setup = require('./starter-kit/setup');
exports.handler = (() => {
var _ref = _asyncToGenerator(function* (event, context, callback) {
// For keeping the browser launch
context.callbackWaitsForEmptyEventLoop = false;
# as a demonstration of an API spec in YAML
swagger: '2.0'
info:
title: IDX Broker API
description: Valid API key required.
version: "1.5.0"
# the domain of the service
host: check.antonioortegajr.com
# array of all schemes that your API supports
schemes:
swagger: '2.0'
info:
title: IDX Broker API
description: Valid API key required.
version: 1.6.0
host: developers.idxbroker.com
schemes:
- https
consumes:
- application/json
@antonioortegajr
antonioortegajr / Big List of Real Estate APIs.md
Created July 11, 2017 22:25 — forked from patpohler/Big List of Real Estate APIs.md
Evolving list of Real Estate APIs by Category

Big List of Real Estate APIs

Listings / Property Data

####Rets Rabbit http://www.retsrabbit.com

Rets Rabbit removes the nightmare of importing thousands of real estate listings and photos from RETS or ListHub and gives you an easy to use import and Web API server so you can focus on building your listing search powered website or app.

@antonioortegajr
antonioortegajr / geturl.js
Created July 8, 2016 23:14
Add the url to a form
<html>
<head>
</head>
<body>
<form action="">
First name: <input type="text" name="fname"><br>
<input type="hidden" name="location">
<input type="submit" value="Submit">
</form>
<script>
@antonioortegajr
antonioortegajr / listcomponents.php
Last active December 21, 2015 18:07
GET listcomponents IDX Broker API call
<?php
// access URL and request method
$url = 'https://api.idxbroker.com/clients/listcomponents';
$method = 'GET';
// headers (required and optional)
$headers = array(
'Content-Type: application/x-www-form-urlencoded', // required
'accesskey: abcdefghijklmnopqrstuvwx', // required - replace with your own
@antonioortegajr
antonioortegajr / moving-thingy.html
Created December 11, 2015 17:32
HTML and js for a moving thingy.
<html>
<head>
<style type="text/css">
#boundingBox
{
position: absolute;
border: 1px #000000 solid;
width: 520px;
height: 180px;
left: 50px;
@antonioortegajr
antonioortegajr / sample-feat-listing-return.json
Created November 18, 2015 18:44
sample featured listings for IDX Broker
{
"a000!%5362657": {
"address": "20 Ingram Street",
"streetName": "Ingram Street",
"streetNumber": "20",
"streetDirection": "N",
"unitNumber": "",
"cityName": "Forest Hills",
"countyName": "New York",
"state": "NY",