Skip to content

Instantly share code, notes, and snippets.

@nanyaks
nanyaks / Place.js
Created May 3, 2016 14:10 — forked from PascalAnimateur/Place.js
Geospatial example in Sails.js using native MongoDB query
/* Place model */
module.exports = {
attributes: {
name: {
type: 'string',
required: true
},