Map numbers to memorable words combination from provided dictionary
# build
docker build -t sfate/number-mapper:latest .
# run
docker run --rm -it sfate/number-mapper:latest bin/number-mapper -n 1234567890
# run tests
docker run --rm -it sfate/number-mapper:latest rake test
Test task for http://daxx.com.ua/ company
The gem is available as open source under the terms of the MIT License.
Everyone interacting in the Number::Mapper project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.