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

https://github.com/veelenga/nyancat.ex

Nyancat for Elixir :cat:
https://github.com/veelenga/nyancat.ex

elixir-lang nyan-cat

Last synced: about 2 months ago
JSON representation

Nyancat for Elixir :cat:

Awesome Lists containing this project

README

        

# Nyancat

An Elixir port of the original nyancat CLI by Kevin Lange.

## Usage

```
$ git clone https://github.com/veelenga/nyancat.ex && cd nyancat.ex
$ mix deps.get
$ mix escript.build
$ nyancat
```

## Credits & Inspirations

* [Original Video](https://www.youtube.com/watch?v=QH2-TGUlwu4)
* [Nyancat CLI](https://github.com/klange/nyancat) by Kevin Lange
* [Nyancat Ruby](https://github.com/andatche/ruby_nyancat)
* [Nyancat Go](https://github.com/NARKOZ/go-nyancat)