Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/antwaremx/meteorman

A DDP client with GUI (The Postman for Meteor)
https://github.com/antwaremx/meteorman

apps ddp ddp-client gui meteor meteorjs meteorman postman testing-tools websocket-client

Last synced: about 2 months ago
JSON representation

A DDP client with GUI (The Postman for Meteor)

Lists

README

        




meteorman





A DDP Client with GUI

[![forthebadge](http://forthebadge.com/images/badges/built-with-love.svg)](http://forthebadge.com)
[![forthebadge](http://forthebadge.com/images/badges/uses-js.svg)](http://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/made-with-vue.svg)](http://forthebadge.com)
[![forthebadge](http://forthebadge.com/images/badges/makes-people-smile.svg)](http://forthebadge.com)

## Starting 🚀

Meteorman is The Postman of Meteor. It is a DDP Client with GUI

### Preview 🎥

![](example.png)

### Supported Platforms 💻

- macOS 🍎 ✅
- Linux 🐧 ✅
- Windows ✅

### Downloads 💾

| Platform | Arch | Version | Link |
| ---------- | --------------- | ------- | ------------------------------------------------------------------------------------------------------- |
| Windows | x64 | 2.0.1 | [Download](https://github.com/antwaremx/meteorman/releases/download/2.0.1/Meteorman-2.0.1.exe) |
| Mac | x64 | 2.0.1 | [Download](https://github.com/antwaremx/meteorman/releases/download/2.0.1/Meteorman-2.0.1.dmg) |
| Linux | x64 | 2.0.1 | [Download](https://github.com/antwaremx/meteorman/releases/download/2.0.1/Meteorman-2.0.1.deb) |

## For Developers 🚀

### System Requirements 📋

- NodeJs [Download here](https://nodejs.org/es/)
- Yarn [Download here](https://yarnpkg.com/getting-started/install)

### Installation 🔧

[git](https://git-scm.com/) is required to run the following console commands:
```sh
$ git clone https://github.com/antwaremx/meteorman
```

### Build Setup 📦

```sh
# install dependencies
$ yarn install / yarn

# serve with hot reload at localhost:9080
$ yarn run dev

# build electron application for production
$ yarn run build

# run unit & end-to-end tests
$ yarn test
```

---




powered