I'm not really sure what the underlying issue is. I'm on node 0.10.40 and while the tests pass, I always get {'status_code': 500, 'status_text': 'JSON Parse Failed'} as a response for the autocomplete endpoint. After digging in, it's because / is being fetched, not the autocomplete endpoint and Google returns a 404.
I have a hunch the issue is with different versions of packages. There's no specific versions specified in the package.json so installing it now or in the future could affect the module's behavior.
I'm not really sure what the underlying issue is. I'm on node 0.10.40 and while the tests pass, I always get
{'status_code': 500, 'status_text': 'JSON Parse Failed'}as a response for theautocompleteendpoint. After digging in, it's because/is being fetched, not the autocomplete endpoint and Google returns a 404.I have a hunch the issue is with different versions of packages. There's no specific versions specified in the
package.jsonso installing it now or in the future could affect the module's behavior.