8000 GitHub - dkb868/text-to-event: Converts natural language to event objects to easily add messages or posts to a calendar.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Converts natural language to event objects to easily add messages or posts to a calendar.

License

Notifications You must be signed in to change notification settings

dkb868/text-to-event

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

text-to-event

Parses natural language to create events.

Example:

createEvent("meeting tonight at 8pm at the park")

{
  "title": "meeting"
  "date": today,
  "time": 8:00PM,
  "location" : "park"
}

About

Converts natural language to event objects to easily add messages or posts to a calendar.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0