UNPKG

ger

Version:

Good Enough Recommendations (GER) is a collaborative filtering based recommendations engine built to be easy to use and integrate into your application.

13 lines (12 loc) 182 B
dist: trusty sudo: false addons: postgresql: "9.6" before_script: - psql -c 'create database ger_test;' -U postgres language: node_js node_js: - "0.12" - "4" - "6" - "7"