Skip to content

Instantly share code, notes, and snippets.

@Fndroid
Last active December 2, 2022 05:34
Show Gist options
  • Save Fndroid/40e6117252f794aa629b875aa1ecadea to your computer and use it in GitHub Desktop.
Save Fndroid/40e6117252f794aa629b875aa1ecadea to your computer and use it in GitHub Desktop.
module.exports.parse = async (raw, { axios, yaml, notify, console }, { name, url, interval, selected }) => {
return `# parsed by remote parser\n\n${raw}`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment