hyprtk
v1.0.2
Published
Helper Library for HyprTK, a link shortener utility
Maintainers
Readme
The HyprTK library allows for easy integration of HyprTK API's for applications written in JavaScript.
Requirements
Node 16 or higher.
Installation
Install the package with:
npm install hyprtk --saveUsage
The package requires configuration with your API key, which can be obtained from your HyprTK Profile Settings.
const hyprtk = require("hyrptk")("API_KEY");Questions / Suggestions
For all questions and suggestions, please create a new issue here or contact [email protected].
