Armax / Pokemon-GO-node-api

Pokemon GO api node.js library
MIT License
875 stars 198 forks source link

Implemented HTML error handler #141

Closed reecube closed 8 years ago

reecube commented 8 years ago

At the moment the function could not parse the HTML string, because it's not valid JSON. These changes should fix this by returning a meaningful error and not just a json-parse-error.