Skip to content

ddbas/remindd-core

Repository files navigation

@remindd/core

A natural language reminder parser.

import remind from '@remindd/core';

const reminder = remind('to do something important tomorrow');
// {
//   date: 2023-01-23T03:48:03.973Z
//   title: 'do something important'
// }

Install

npm install --save @remindd/core

About

A natural language reminder parser.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors