https://github.com/link-society/human-rrule
Human Readable RRules
https://github.com/link-society/human-rrule
human-readable javascript rrule
Last synced: 5 months ago
JSON representation
Human Readable RRules
- Host: GitHub
- URL: https://github.com/link-society/human-rrule
- Owner: link-society
- License: mit
- Created: 2020-12-01T23:31:55.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-13T01:33:07.000Z (about 4 years ago)
- Last Synced: 2025-05-07T05:06:26.734Z (5 months ago)
- Topics: human-readable, javascript, rrule
- Language: JavaScript
- Size: 157 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# human-rrule
[](https://app.fossa.com/projects/git%2Bgithub.com%2Flink-society%2Fhuman-rrule?ref=badge_shield)This library is based on the [rrule](https://www.npmjs.com/package/rrule)
library. It provides a single function to parse a human readable RRule.## Installation
```
$ yarn add @link-society/human-rrule
```## Usage
```javascript
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**.
[](https://app.fossa.com/projects/git%2Bgithub.com%2Flink-society%2Fhuman-rrule?ref=badge_large)