Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.
/ meister-sync Public archive

Script for syncing Evernote reminders to ideas in MindMeister maps and tasks in Meister Tasks

Notifications You must be signed in to change notification settings

pahund/meister-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meister-task-sync

Script for syncing Evernote reminders to ideas in MindMeister maps and tasks in Meister Tasks.

Installation

Prerequisites

Installation

npm install

After installing, create a file credentials.json in the project's root dir that contains your API key, like this:

{
  "key": "API-KEY",
  "secret": "API-SECRET",
  "user": "USERNAME",
  "password": "PASSWORD"
}

(obviously, you replace the values with actual key, secret, user, password)

Running the Script

npm start

About

Script for syncing Evernote reminders to ideas in MindMeister maps and tasks in Meister Tasks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published