Skip to content

Instantly share code, notes, and snippets.

View rafa-io's full-sized avatar

Rafael Soares Rodrigues rafa-io

View GitHub Profile
@PascalAnimateur
PascalAnimateur / Place.js
Last active February 22, 2021 20:19
Geospatial example in Sails.js using native MongoDB query
/* Place model */
module.exports = {
attributes: {
name: {
type: 'string',
required: true
},