feed-webhook

command module
v0.0.0-...-a1674a9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 16, 2020 License: MIT Imports: 4 Imported by: 0

README

Build

Execute script.sh to build the project. You will receive one file in the dist directory:

  • feed-webhook is the app executable

TODOs / Ideas

Tests

Add more tests.

Docs

Write docs and improve this README

Formatters

Add functionality to allow to change what is sent to a webhook. JSONPath could be used to select values from the generated JSON and map them to a key. Example config:

{
    "Formatters": [
        {
            "ID": "111-222-333-444",
            "Type": "jsonPath",
            "Output": {
                "Value1": "$.Title",
                "Value2": "$.Link.Href"
            }
        }
    ]
} 

Documentation

Overview

Deliver webhook notifications for RSS/Atom feeds.

Directories

Path Synopsis
rss
web

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL