Rescuetime.js
An API client for rescuetime.com
Install / Use
/learn @willwashburn/Rescuetime.jsREADME
rescuetime.js 
An API client for rescuetime.com
Note: This is in super alpha and really hasn't been tested or used. Feedback and PR's welcome!
Install
npm install rescuetime.js
Usage
You can make calls to the api like so:
Note: I suggest you use dotenv to store your API key since you definitely do not want that in version control.
var Rescuetime = require('rescuetime.js').create('YOUR_API_KEY')
var parameters = {
pv: 'rank',
rk: 'productivity'
}
Rescuetime.request('GET', 'anapi/data', parameters, function(err,response) {
console.log(res)
})
You can also use promises if that's your squeeze
var parameters = {
pv: 'rank',
rk: 'productivity'
}
Rescuetime.request('GET', 'anapi/data', parameters)
.then(function(response) { console.log(response} )
The plan is to also add some helpful methods that cut to the chase.
Rescuetime.totalProductiveTimeInSeconds()
.then(function(res) { console.log(res) })
Related Skills
node-connect
343.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
92.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
343.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
343.3kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
