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

https://github.com/matehat/opencode-elixir-crawlr

Short, simple elixir application for Opencode.ca
https://github.com/matehat/opencode-elixir-crawlr

Last synced: about 1 year ago
JSON representation

Short, simple elixir application for Opencode.ca

Awesome Lists containing this project

README

          

### The hell?

https://speakerdeck.com/matehat/parallelisme-simple-et-elegant-avec-erlang-et-elixir

### How?

```bash
$ brew install elixir
$ mix deps.get
$ mix deps.compile
$ mix compile
$ mix escriptize
```

### Now what?

```bash
./crawlr --race http://en.wikipedia.org/wiki/Leon_Trotsky http://en.wikipedia.org/wiki/Jesus
```