Skip to content
/ rtm-js Public
forked from aranel616/rtm-js

A javascript library for the Remember the Milk API

Notifications You must be signed in to change notification settings

iaarnio/rtm-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

rtm-js

rtm-js is a javascript library for the Remember the Milk API.

Usage:

rtm = new RememberTheMilk(api_key, api_secret, 'delete');

rtm.get('rtm.tasks.getList', {list_id: listId, filter: 'status:incomplete'}, function(resp){
  // ...
});

See example.html for a more detailed example, or see rtm.js for actual methods.

About

A javascript library for the Remember the Milk API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%