Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robinjmurphy/hubot-monzo-me
A simple Hubot script to generate Monzo.me URLs
https://github.com/robinjmurphy/hubot-monzo-me
Last synced: 30 days ago
JSON representation
A simple Hubot script to generate Monzo.me URLs
- Host: GitHub
- URL: https://github.com/robinjmurphy/hubot-monzo-me
- Owner: robinjmurphy
- Created: 2017-01-04T21:57:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-05T19:05:16.000Z (almost 8 years ago)
- Last Synced: 2024-08-10T10:21:18.751Z (4 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-monzo - hubot-monzo-me - Quickly generate Monzo.me URLs in chat (Integrations)
README
# hubot-monzo-me
[![Build Status](https://travis-ci.org/robinjmurphy/hubot-monzo-me.svg?branch=master)](https://travis-ci.org/robinjmurphy/hubot-monzo-me)
> A simple [Hubot](https://hubot.github.com/) script for generating [Monzo.me](https://monzo.me/) URLs
```
RobinM: monzo me £10 for dinner at Nando's 🐔
Hubot: https://monzo.me/robinmurphy/10?d=Dinner%20at%20Nando's%20%F0%9F%90%94
```## Installation
```
npm install --save hubot-monzo-me
```Add the script to your `external-scripts.json` file:
```json
[
"hubot-monzo-me"
]
```## Usage
Register your Monzo.me username with Hubot:
```
RobinM: monzo me username robinmurphy
Hubot: RobinM: Your Monzo username is now set to robinmurphy.
```You can then request money from the room:
```
RobinM: monzo me £2.50 for coffee
Hubot: https://monzo.me/robinmurphy/2.50?d=Coffee
```