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

https://github.com/maxbeizer/werd_counter

oh werd? Counting words in Elixir
https://github.com/maxbeizer/werd_counter

Last synced: about 1 year ago
JSON representation

oh werd? Counting words in Elixir

Awesome Lists containing this project

README

          

WerdCounter
===========

![word](./static/wordtoyourmotha.jpg)

Based on the exercism.io exercise.

### Run the specs
```
$ mix test
```

### Using iex
```
$ iex -S mix
```

### Process the static file
```elixir
$ WerdCounter.process_file "./static/war_and_peace.txt"
```