Giter Club home page Giter Club logo

wm's Introduction

webmention.app

Automate your outgoing webmentions

webmention.app is a platform agnostic service that will check a given URL for links to other sites, discover if they support webmentions, then send a webmention to the target.

This repository also includes a stand alone command line tool that doesn't rely on webmention.app at all and doesn't require a token - so you can run it locally with the knowledge that if your site outlives this one, the tool will still work.

Installation

The tool uses nodejs and once nodejs is installed, you can install the tool using:

$ npm install @remy/webmention

This provides an executable under the command webmention (also available as wm). Default usage allows you to pass a filename (like a newly generated RSS feed) or a specific URL. It will default to the 10 most recent entries found (using item for RSS and h-entry for HTML).

Usage

By default, the command will perform a dry-run/discovery only. To complete the notification of webmentions use the --send flag.

The options available are:

  • --send (default: false) send the webmention to all valid endpoints
  • --limit n (default: 10) limit to n entries found
  • --debug (default: false) print internal debugging Using npx you can invoke the tool to read the latest entry in your RSS feed:
$ npx webmention https://yoursite.com/feed.xml --limit 1 --send

Alternatively, you can make the tool part of your build workflow and have it execute during a postbuild phase:

{
  "scripts": {
    "postbuild": "webmention dist/feed.xml --limit 1 --send"
  }
}

Misc

wm's People

Contributors

remy avatar da2x avatar justinribeiro avatar qubyte avatar si avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.