guymorita / recommendationRaccoon

A collaborative filtering based recommendation engine and NPM module built on top of Node.js and Redis. The engine uses the Jaccard coefficient to determine the similarity between users and k-nearest-neighbors to create recommendations. This module is useful for anyone with a database of users, a database of products/movies/items and the desire to give their users the ability to like/dislike and receive recommendations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ES6 support

jackerman426 opened this issue · comments

The latest version throws an error for ES6. Older versions work.
Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode

@mtzakris what version of node are you using? can you upgrade to 6.0+?

@guymorita you are right my bad. thanks

@mtzakris Great, let me know if anything else comes up