File tree 1 file changed +5
-10
lines changed
1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 1
1
# A WebMention Endpoint
2
- [ ![ Linting Build Status] ( https://github.com/voxpelli/webpage-webmentions/workflows/Linting/badge.svg )] ( https://github.com/voxpelli/webpage-webmentions/actions )
3
- [ ![ Node CI Build Status] ( https://github.com/voxpelli/webpage-webmentions/workflows/Node%20CI/badge.svg )] ( https://github.com/voxpelli/webpage-webmentions/actions )
4
- [ ![ Coverage Status] ( https://coveralls.io/repos/github/voxpelli/webpage-webmentions/badge.svg?branch=master )] ( https://coveralls.io/github/voxpelli/webpage-webmentions?branch=master )
5
- [ ![ dependencies Status] ( https://david-dm.org/voxpelli/webpage-webmentions/status.svg )] ( https://david-dm.org/voxpelli/webpage-webmentions )
6
- [ ![ Known Vulnerabilities] ( https://snyk.io/test/github/voxpelli/webpage-webmentions/badge.svg?targetFile=package.json )] ( https://snyk.io/test/github/voxpelli/webpage-webmentions?targetFile=package.json )
7
- [ ![ FOSSA Status] ( https://app.fossa.io/api/projects/git%2Bgithub.com%2Fvoxpelli%2Fwebpage-webmentions.svg?type=shield )] ( https://app.fossa.io/projects/git%2Bgithub.com%2Fvoxpelli%2Fwebpage-webmentions?ref=badge_shield )
2
+
3
+ [ ![ IndieWeb] ( https://img.shields.io/badge/indie-web-FFB100?labelColor=FF5C01 )] ( https://indieweb.org/ )
4
+ [ ![ js-semistandard-style] ( https://img.shields.io/badge/code%20style-semistandard-brightgreen.svg )] ( https://github.com/voxpelli/eslint-config )
5
+ [ ![ Types in JS] ( https://img.shields.io/badge/types_in_js-yes-brightgreen )] ( https://github.com/voxpelli/types-in-js )
6
+ [ ![ Follow @voxpelli @mastodon.social] ( https://img.shields.io/mastodon/follow/109247025527949675?domain=https%3A%2F%2Fmastodon.social&style=social )] ( https://mastodon.social/@voxpelli )
8
7
9
8
A site that receives and embeds [ WebMentions] ( http://indiewebcamp.com/webmention ) for other sites. makes the WebMentions embeddable through a javascript, similar to how eg. Disqus works.
10
9
@@ -81,7 +80,3 @@ Install [webmention-testpinger](https://github.com/voxpelli/node-webmention-test
81
80
``` bash
82
81
webmention-testpinger --endpoint=http://127.0.0.1:5000/api/webmention --target=http://127.0.0.1:5000/
83
82
```
84
-
85
-
86
- ## License
87
- [ ![ FOSSA Status] ( https://app.fossa.io/api/projects/git%2Bgithub.com%2Fvoxpelli%2Fwebpage-webmentions.svg?type=large )] ( https://app.fossa.io/projects/git%2Bgithub.com%2Fvoxpelli%2Fwebpage-webmentions?ref=badge_large )
You can’t perform that action at this time.
0 commit comments