4chanjs icon indicating copy to clipboard operation
4chanjs copied to clipboard

NodeJS and Browser 4chan API client

Results 2 4chanjs issues
Sort by recently updated
recently updated
newest added

The when making a request the 4chan api does not look to see if the last-modified header in the request is greater than the timestamp of the last change. Instead...

I'm getting this error consistently: ``` d:\Projecten\Chanatica\node_modules\4chanjs\index.js:70 cb(null, body.posts); ^ TypeError: Cannot read property 'posts' of undefined at Request._callback (d:\Projecten\Chanatica\node_modules\4chanjs\index.js:70:20) at Request.self.callback (d:\Projecten\Chanatica\node_modules\request\request.js:186:22) at emitTwo (events.js:125:13) at Request.emit (events.js:213:7) at...