A Typescript wrapper for downloaded Hinge data, which will read an exported matches.json file and wrap everything in Typescript classes.
Some included methods:
- Get total sent likes
- Get all matches
- Get all dates (matches with "We Met" set to "Yes")
Initial setup:
npm installCompile JS to a build/ directory:
npm buildTesting is set up through Jest and Typescript-Jest
npm testDocs are generated through typedoc and also available on the wiki.
npx typedocGithub wiki style docs
npx typedoc --plugin typedoc-plugin-markdown --plugin typedoc-github-wiki-theme --out docs src/hinge-wrapper.ts