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);
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1

Package Sidebar

Install

npm i philly-hoods

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • davewalk