Skip to content

Instantly share code, notes, and snippets.

View hankphung's full-sized avatar

Phùng Đông Hưng (Hank) hankphung

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
},