Skip to content

link-society/human-rrule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

human-rrule

FOSSA Status

This library is based on the rrule library. It provides a single function to parse a human readable RRule.

Installation

$ yarn add @link-society/human-rrule

Usage

const { parseHumanRRule } = require('@link-society/human-rrule')

const rrule = parseHumanRRule('every 5 minutes')

License

This library is released under the terms of the MIT License.

FOSSA Status