Skip to content

klinyecviktor/anydo-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anydo-client · GitHub license npm version

Anydo-client is unofficial Node.js wrapper for Any.do API.

Installation

$ npm install anydo-client

Usage

const { AnyDoApi } = require('anydo-client')

const api = new AnyDoApi('your_email', 'your_password');

const categories = await api.getCategoryList() // Get category list
const tasks = (await api.findTasksByDefaultCategory()).getTasksForToday() // Get tasks for today from default category

TODO

  • Get tasks
  • Get categories
  • Tasks for today
  • Tasks from default category
  • Add task and category
  • Update task and category
  • Remove task and category

License

Anydo-client is MIT licensed.

About

Anydo-client is unofficial Node.js wrapper for Any.do API.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •