philly-hoods

1.0.0 • Public • Published

philly hoods (Node wrapper)

A wrapper for the phillyhoods.net API.

build status

Installation

npm install philly-hoods

Usage

var hoods = require('philly-hoods');  
 
hoods.findByCoords(39.972176, -75.158587, function (err, res) {
  if (err) console.log(err);
 
  return console.log(res);
});
 
hoods.findByName('bella', function (err, res) {
  if (err) console.log(err);
 
  return console.log(res);
});

Dependents (0)

Package Sidebar

Install

npm i philly-hoods

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • davewalk