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

https://github.com/dialup-inc/ascii

👾 ASCII Roulette :: ascii art video chat on the cli
https://github.com/dialup-inc/ascii

ascii-art chat cli command-line console go golang linux macos pion terminal video webrtc

Last synced: 3 months ago
JSON representation

👾 ASCII Roulette :: ascii art video chat on the cli

Awesome Lists containing this project

README

        

# ASCII Roulette

> 👾 Make friends on the command line!

[![License](https://img.shields.io/github/license/dialup-inc/ascii.svg)](LICENSE)
[![Build Status](https://travis-ci.org/dialup-inc/ascii.svg?branch=master)](https://travis-ci.org/dialup-inc/ascii)
[![Go Report Card](https://goreportcard.com/badge/github.com/dialup-inc/ascii?)](https://goreportcard.com/report/github.com/dialup-inc/ascii)
[![GoDoc](https://godoc.org/github.com/dialup-inc/ascii?status.svg)](https://godoc.org/github.com/dialup-inc/ascii)
[![Pion](https://img.shields.io/badge/Pion-v2.0.22-red.svg)](https://github.com/pion/webrtc)




Chat with a random person without ever leaving your terminal window.

## Installation

**Download the fast way:**

```sh
# Paste this command into your terminal to install
bash <(curl -Ls dialup.com/ascii)
```

**Or, build from from source:**

First, install [libvpx](https://www.webmproject.org/code/). On OSX you can run `brew install libvpx`

```sh
git clone https://github.com/dialup-inc/ascii.git
cd ascii
make
```

## Contributing

Contributions and bug reports are welcome! Please check [the issues section](https://github.com/dialup-inc/ascii/issues) before submitting.

Here are some starter issues if you'd like to help out:

- [#13 - Windows Support](https://github.com/dialup-inc/ascii/issues/13)
- [#36 - Rooms](https://github.com/dialup-inc/ascii/issues/34)
- [#10 - Scrollback](https://github.com/dialup-inc/ascii/issues/10)
- [#27 - Typing Indicator](https://github.com/dialup-inc/ascii/issues/27)

#### Our Contributors



## About Dialup

This app is a project from the Dialup company hackathon.

[Dialup](https://dialup.com) is a WebRTC-based voice chat app that connects you to a random person with a similar interest.

_We're hiring!_ Visit [our jobs page](https://dialup.com/jobs) to learn more. We 💖 Go and WebRTC.

## Copyright

Code and documentation Copyright 2019 [Dialup, Inc.](https://dialup.com)

Code released under the [MIT license](LICENSE).

[[email protected]](mailto:[email protected])