All Projects → kfwerf → delivery

kfwerf / delivery

Licence: other
GRPC GUI client for GRPCurl

Programming Languages

typescript
32286 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to delivery

efp
A framing protocol bridging the gap between elementary stream data and transport protocols.
Stars: ✭ 24 (-58.62%)
Mutual labels:  delivery
obs-backgroundremoval
An OBS plugin for removing background in portrait images (video), making it easy to replace the background when screen recording.
Stars: ✭ 1,304 (+2148.28%)
Mutual labels:  mac-osx
Yosemite-gtk-theme
Mac OSX Yosemite like theme for GTK 3, GTK 2 and Gnome-Shell etc.
Stars: ✭ 74 (+27.59%)
Mutual labels:  mac-osx
delibee
📦 Delivery tracking library on Node.js
Stars: ✭ 24 (-58.62%)
Mutual labels:  delivery
copanier
A minimalist collective buying software.
Stars: ✭ 19 (-67.24%)
Mutual labels:  delivery
Pandemic-Produce-Delivery-Project
An ongoing open-source e-commerce shop using React, Express, Firebase, and MongoDB. Designed for pandemic-relief and social good. New contributors are always, always, welcomed, regardless of where you are 🔥. Feel free to reach out at [email protected]~
Stars: ✭ 20 (-65.52%)
Mutual labels:  delivery
HEIF
Mac OS X: Convert any image to HEIF/HEIC format
Stars: ✭ 58 (+0%)
Mutual labels:  mac-osx
FoodiFi
FoodiFi App in flutter
Stars: ✭ 22 (-62.07%)
Mutual labels:  delivery
awesome-script
常用的 shell 脚本,包括 centos, Ubuntu, Mac osx, 以及 Docker, Python 等常用软件的安装, 配置, 开发环境搭建的脚本.
Stars: ✭ 50 (-13.79%)
Mutual labels:  mac-osx
emacs-anywhere
📝 Open emacs from anywhere
Stars: ✭ 50 (-13.79%)
Mutual labels:  mac-osx
instacart-delivery-availability-check
Tiny python script that check's instacart's delivery availability and notifies you if a slot opens up.
Stars: ✭ 18 (-68.97%)
Mutual labels:  delivery
food delivery app
A Food App using Flutter & Firebase.
Stars: ✭ 75 (+29.31%)
Mutual labels:  delivery
dev-machine
Ansible setup for maintaining a development environment
Stars: ✭ 30 (-48.28%)
Mutual labels:  mac-osx
on-demand-delivery-fastlane-slack
iOS On-Demand delivery architecture via slack/jenkins/fastlane. Demo project for: #PragmaConf2019
Stars: ✭ 18 (-68.97%)
Mutual labels:  delivery
MagickWand
Swift wrapper for ImageMagick (MagickWand) for Linux and MacOS
Stars: ✭ 38 (-34.48%)
Mutual labels:  mac-osx
delivery-truck
DEPRECATED: Delivery build cb for pipelines
Stars: ✭ 36 (-37.93%)
Mutual labels:  delivery
emailqueue
A fast, simple yet very efficient email queuing system for PHP/MySQL
Stars: ✭ 75 (+29.31%)
Mutual labels:  delivery
one
🚥 Idempotency Handler, for making sure incoming requests are idempotent. Useful for payments, "at least once delivery" systems and more.
Stars: ✭ 18 (-68.97%)
Mutual labels:  delivery
alt-zap
Share your products and receive orders using Whatsapp and a custom webpage
Stars: ✭ 67 (+15.52%)
Mutual labels:  delivery
Google-Docs-Desktop-OSX
A Super Simple Google Docs Desktop Client for Mac OSX Built in Javascript and MacGap
Stars: ✭ 35 (-39.66%)
Mutual labels:  mac-osx

Delivery for GRPC

Screenshot GRPC GUI client for GRPCurl

Build Status CI CodeQL

Latest version

Recently delivery has been revised, using a newer forge with React and Typescript. Currently supported platforms are Linux, Windows and Mac OSX, using the new publisher.

V0.1.0

Latest

Mac OSX/Linux/Windows (DMG, RPM, DEB, NUPKG, EXE)

Older v0.0.2

Mac OSX

What is it?

TL;DR; GRPCurl wrapper that auto detects methods and types, simplifying your gRPC experience, thanks to GRPCurl.

I created a simple GUI wrapper for GRPCurl, GRPCurl. This is a attempt at creating a simple tool that can speed up communication to the server. It has support for history, meaning anything you type and do will persist in a historic log and state.

What can it do?

As long as you provide the url, delivery will do it's best to discover/auto detect all the methods and types. It will try to provide the methods and an example of the body for each method. This way you can easily write your GRPC commands without having to figure out the JSON structure.

Where do i get it?

There is a version (0.1.0), there might be bugs. If there are please file a ticket.

Archived versions

V0.0.2

Mac OSX

V0.0.1

Mac OSX

Getting Started

To build from source, first checkout the code

Prerequisites

Required tools to build native packages

Run from source
npm install
npm run start
Build native packages

On Linux you should have some tools

Fedora based distro:

sudo dnf install dpkg-dev fakeroot

Debian based distro:

sudo apt-get install rpm fakeroot
Installation

On the project folder, run

npm install

Then generate the native package(s)

npm run make

The output should be at out/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].