Description
Create and Manage Todolist using 'Todoist.com' API.
Description
Allows you to interact with the API of the "Todoist" platform. 'Todoist' <https://todoist.com/> provides an online task manager service for teams.
README.md
rtodoist
This package allows to use the todoist API. You will be able to add projects and tasks to your todoist account.
To find information about todoist API :
https://developer.todoist.com/sync/v8/#getting-started
Installation
You can install the development version of todoist with:
remotes::install_github("ThinkR-open/rtodoist")
Example
library(todoist)
add_project("test") %>%
add_task_in_project("my_task")
To find more details about the features, look at the ‘How it works’ vignette.