Skip to content

TypeScript SDK for gorse recommender system

License

Notifications You must be signed in to change notification settings

Huskydog9988/gorse-js

 
 

Repository files navigation

gorse.js

TypeScript SDK for Gorse recommender system.

CI

Install

  • Install with npm:
npm install gorsejs
  • Install with yarn:
yarn add gorsejs

Usage

Create a client by the entrypoint and api key.

import { Gorse } from "gorsejs";

const client = new Gorse({
  endpoint: "http://127.0.0.1:8087",
  secret: "api_key",
});

const reccomends = await client.getRecommend({userId: 'zhenghaoz'})

About

TypeScript SDK for gorse recommender system

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • TypeScript 99.4%
  • JavaScript 0.6%