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: 3 months ago
JSON representation
A DDP client with GUI (The Postman for Meteor)
- Host: GitHub
- URL: https://github.com/antwaremx/meteorman
- Owner: antwaremx
- License: mit
- Created: 2020-10-14T18:07:48.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-29T21:28:52.000Z (over 3 years ago)
- Last Synced: 2024-10-01T05:07:40.355Z (3 months ago)
- Topics: apps, ddp, ddp-client, gui, meteor, meteorjs, meteorman, postman, testing-tools, websocket-client
- Language: Vue
- Homepage:
- Size: 20.4 MB
- Stars: 52
- Watchers: 9
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-meteor - antwaremx:meteorman - Meteorman: A DDP Client with GUI to test Meteor methods and publications (like Postman). (Testing)
README
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
```---