GithubHelp home page GithubHelp logo

geocoder's Introduction

WYATTDANGER

geocoder's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

geocoder's Issues

Upgrade dependencies

It's been a while since last commit.
A simple dependencies refresh would be a good start ?
Vulnerability reported are increasing...

Passing context

It'd be great to be able to pass context in. Something like:

var obj = {
    foo: 0,
    callback: function(){
        this.foo++;
        console.log( foo );
    }
};
geocoder.geocode("Atlanta, GA", obj.callback, obj);

Should log 1

"Could not process this request", reverse geocode using Yahoo

GEOCODER Yahoo API] uri: http://where.yahooapis.com/geocode
[GEOCODER Yahoo API] options: {"q":"46.68665796636226, -117.16076862334485","gflags":"R","flags":"J","appid":"**********"}
[GEOCODER Yahoo API] body: <HTML>
<HEAD>
<TITLE>Error</TITLE>
</HEAD>

<BODY BGCOLOR="white" FGCOLOR="black">
<!-- status code : 400 -->
<!-- Error: GET -->
<!-- host machine: r15.ycpi.sjb.yahoo.net -->
<!-- timestamp: 1408150103.000 -->
<!-- url: http://where.yahooapis.com/geocode?q=46.68665796636226%2C%20-117.16076862334485&gflags=R&flags=J&appid=*****---->
<H1>Error</H1>
<HR>

<FONT FACE="Helvetica,Arial"><B>
Description: Could not process this "GET" request.
</B></FONT>
<HR>
</BODY>

Any idea what's up?

dynamic require not supported

i am trying to use this module with react native and expo sdk
once installed the package and imported it i get an error message that dynamic require is not supported
specifically in the index.js file line 47

this.providerObj = require("./providers/"+name);

any help ?
thanks

geocoder can't realse connection

hi, i m fresh to use geocoder nodejs. but i cant found the function to release or end the connection..soon, i can't make new any connection in my code. so ,if it has one? which one?

Promisifying this module

SInce geocoder.geocode() takes a callback as its second to last argument, I found this module to be more difficult than usual to promisify using something like bluebird's promisifyAll() function.

Have you ever tried this? Do you have any tips?

Return undefined

Just coding as per example

geocoder.geocode("Atlanta, GA", function ( err, data ) {
          console.log(data); 
        }, { key: 'API KEY' });

and get undefined returned

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.