IndicoIo-node
IndicoIo-node copied to clipboard
A Node.js wrapper for the Indico API
Hi, it seems this library is unusable. I receive the following with every request: ``` SyntaxError: Unexpected token < in JSON at position 0 at JSON.parse () ``` It used...
The lwip package is prone to installation issues, should see what we can do to remedy it on our end.
## File: lib/indico.js Line 32 Errors of 'lwip.open(input, options, function (err, image)' are not handled. Add something like: if (err){ throw new Error(err); }