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
- Host: GitHub
- URL: https://github.com/matehat/opencode-elixir-crawlr
- Owner: matehat
- Created: 2014-04-30T02:14:16.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-30T03:13:38.000Z (about 12 years ago)
- Last Synced: 2025-01-21T02:41:40.584Z (over 1 year ago)
- Language: Elixir
- Size: 145 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```