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
- Host: GitHub
- URL: https://github.com/maxbeizer/werd_counter
- Owner: maxbeizer
- Created: 2015-09-21T23:35:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-13T02:28:54.000Z (over 10 years ago)
- Last Synced: 2025-03-26T21:09:21.038Z (about 1 year ago)
- Language: Elixir
- Size: 1.3 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WerdCounter
===========

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"
```