Modules@robinpath/hotjar
@robinpath/hotjar
0.1.0PublicHotjar module for RobinPath.
@robinpath/hotjar
Hotjar module for RobinPath.
Why use this module?
The hotjar module lets you:
- listSurveys
- getSurvey
- getSurveyResponses
- listFeedback
- getFeedbackItem
All functions are callable directly from RobinPath scripts with a simple, consistent API.
Installation
npm install @robinpath/hotjar
Quick Start
1. Set up credentials
hotjar.setCredentials "your-credentials"
2. listSurveys
hotjar.listSurveys
Available Functions
| Function | Description |
|---|---|
hotjar.setCredentials | Configure hotjar credentials. |
hotjar.listSurveys | listSurveys |
hotjar.getSurvey | getSurvey |
hotjar.getSurveyResponses | getSurveyResponses |
hotjar.listFeedback | listFeedback |
hotjar.getFeedbackItem | getFeedbackItem |
hotjar.listHeatmaps | listHeatmaps |
hotjar.getHeatmap | getHeatmap |
hotjar.listRecordings | listRecordings |
hotjar.getRecording | getRecording |
hotjar.getSiteInfo | getSiteInfo |
hotjar.getUserInfo | getUserInfo |
hotjar.getSessionCount | getSessionCount |
Examples
listSurveys
hotjar.listSurveys
getSurvey
hotjar.getSurvey
getSurveyResponses
hotjar.getSurveyResponses
Integration with RobinPath
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/hotjar";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
hotjar.setCredentials "your-credentials"
hotjar.listSurveys
`);
Full API Reference
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
Related Modules
@robinpath/json— JSON module for complementary functionality
License
MIT
Versions (1)
| Version | Tag | Published |
|---|---|---|
| 0.1.0 | latest | yesterday |
Related Modules
data
0
@robinpath/chart
v0.1.1robinpath
Generate chart images (PNG/JPEG) using Chart.js. Supports bar, line, pie, doughnut, scatter, radar, polarArea, and bubble charts with auto-coloring and customizable titles, legends, and dimensions.
0 downloads
...
data
0
@robinpath/firebase
v0.1.0robinpath
Firebase module for RobinPath.
0 downloads
...
data
0
@robinpath/graph
v0.1.0robinpath
Graph data structures with BFS, DFS, Dijkstra's shortest path, topological sort, cycle detection, and connectivity
0 downloads
...
data
0
@robinpath/mixpanel
v0.1.1robinpath
Mixpanel module for RobinPath.
0 downloads
...
Install
$ robinpath install @robinpath/hotjar Version0.1.0
LicenseMIT
Unpacked Size3.9 KB
Versions1
Weekly Downloads0
Total Downloads0
Stars0
Last Publishyesterday
Createdyesterday

