fozziejs
v1.1.0
Published
Type safe client for the WakaTime REST API
Downloads
16
Maintainers
Readme
FozzieJS
Type safe client for the WakaTime REST API forked from WakaTimeJS
Motivation
WakaTimeJS didn't have many updates, and it used axios which has been prone to security vulnerabilities and my latest bun project has issues with it. This for uses fetch to hopefully avoid those issues.
Installation
npm install fozziejs
or
yarn add fozziejs
Usage
Coming Soon. WakaTimeJS readme included incorrect usage examples, so I'll rewrite this as I have time.