disposable

command module
v0.0.0-...-25a66cf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 12, 2018 License: MIT Imports: 29 Imported by: 0

README

License Build Status GoDoc Go 1.5 Ready Go 1.6 Ready Go 1.7 Ready

Disposable

Disposable in short is a robust disposable email (burner emails) API designed to help you verify whenever email address is coming from disposable service.

Disposable utilizes Burner Email Providers list and provides GRPC and REST API layer on top of it.

Disposable is written in Go. It's highly concurrent and very reliable.

Installation
Docker Hub
docker pull 0x19/disposable
Manual
export GRPC_ADDR=":5911"
export HTTP_ADDR=":8015"
# You can use certificates located under /travis/certs if you want to get started fast
export GRPC_CA="...generated CA file..."
export GRPC_KEY="...generated KEY file..."
make install

# You can always do a go run or just use disposable however, if you want to fetch
# latest list of burned email domains you have to update submodules. `make run` is here
# to help you do all of it in one-liner. Use `make run` for development 'make start' for
# production.
make run

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package disposable is a generated protocol buffer package.
Package disposable is a generated protocol buffer package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL