npm

anydo-client
TypeScript icon, indicating that this package has built-in type declarations

1.2.4 • Public • Published

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

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

License

Anydo-client is MIT licensed.

Package Sidebar

Install

npm i anydo-client

Weekly Downloads

1

Version

1.2.4

License

MIT

Unpacked Size

20.1 kB

Total Files

13

Last publish

Collaborators

  • vityok3458