Merge pull request #801 from turt2live/travis/projects

Add matrix-email-bot and matrix-appservice-minecraft
This commit is contained in:
Oddvar Lovaas 2017-02-15 16:42:01 +00:00 committed by GitHub
commit 11e6f0c232
2 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,14 @@
---
layout: project
title: matrix-email-bot
categories: projects other
description: Posts links to emails in Matrix rooms. Ideal for newsletter distribution.
author: Travis Ralston
maturity: Early beta
---
# {{ page.title }}
Uses [matrix-js-sdk](https://github.com/matrix-org/matrix-js-sdk) and [mailin](http://mailin.io/) to receive emails and post messages in chat. Ideal for having your newsletters also land in a chat room.
The source can be found on [GitHub](https://github.com/turt2live/matrix-email-bot).

View file

@ -0,0 +1,14 @@
---
layout: project
title: matrix-appservice-minecraft
categories: projects as
description: Bridges Minecraft server chat to and from Matrix
author: Travis Ralston
maturity: Alpha
---
# {{ page.title }}
This is a Node.js application that bridges Minecraft chat with Matrix. The project is still in early development and is not intended for production use (yet).
The source (and more information) can be found on [GitHub](https://github.com/turt2live/matrix-appservice-minecraft).