Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gobengo/webmention
webmention modules in ECMAScript
https://github.com/gobengo/webmention
Last synced: 25 days ago
JSON representation
webmention modules in ECMAScript
- Host: GitHub
- URL: https://github.com/gobengo/webmention
- Owner: gobengo
- Created: 2015-12-03T17:23:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-07T18:23:08.000Z (almost 9 years ago)
- Last Synced: 2024-10-03T15:29:13.385Z (about 1 month ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webmention
Command line interface for http://webmention.net/. Also probably useful as a node.js library.
Intended to be spec-compliant. Please file issues if you spot a deviation.
## Installation
`npm install -g webmention`
## Usage
### Server
```
⚡ PORT=8080 npm start
Listening on port 8080
```### CLI
```
⚡ webmention-discovery http://bengo.is
https://webmention.io/bengo.is/webmention⚡ webmention-discovery https://aaronparecki.com/
http://aaronparecki.com/webmention⚡ webmention-discovery http://tantek.com
http://webmention.io/tantek.com/webmention
```## TODO
* Actually sending them!