Skip to content

Instantly share code, notes, and snippets.

@easherma
Created August 2, 2016 18:20
Show Gist options
  • Save easherma/a8ed9fa1ab60c3310820ed04733c89eb to your computer and use it in GitHub Desktop.
Save easherma/a8ed9fa1ab60c3310820ed04733c89eb to your computer and use it in GitHub Desktop.
factual.get('/t/places/facets',
{filters:{"category_ids":{"$includes_any":[2]}},
select:"category_labels", min_count:1,
geo:{"$within":{"$rect":[[bbox[3] , bbox[0]],[bbox[1], bbox[2]]]}}},
function (error, res) {
console.log(res.data);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment