IndicoIo-node icon indicating copy to clipboard operation
IndicoIo-node copied to clipboard

A Node.js wrapper for the Indico API

Results 6 IndicoIo-node issues
Sort by recently updated
recently updated
newest added

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.

enhancement

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

enhancement