Goal: A parser that converts natural (English) language to a cron expression.
nlp2cron2nlp.parse("every day 8AM", "nlp2cron") // "0 8 * * *"
I'm so glad you're thinking about contributing to this open source project! If you're unsure or afraid of anything, just ask or submit the issue or pull request anyway. The worst that can happen is that you'll be politely asked to change something. We appreciate any sort of contribution, and don't want a wall of rules to get in the way of that.
Please refer here for the MIT license.