Skip to content

Commit 60a6de9

Browse files
committed
Update badges
1 parent 8c19206 commit 60a6de9

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# 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)
87

98
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.
109

@@ -81,7 +80,3 @@ Install [webmention-testpinger](https://github.com/voxpelli/node-webmention-test
8180
```bash
8281
webmention-testpinger --endpoint=http://127.0.0.1:5000/api/webmention --target=http://127.0.0.1:5000/
8382
```
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)

0 commit comments

Comments
 (0)