https://github.com/afiore/anagrams
https://github.com/afiore/anagrams
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/afiore/anagrams
- Owner: afiore
- Created: 2014-11-28T09:19:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-28T11:29:52.000Z (over 11 years ago)
- Last Synced: 2023-03-11T02:19:10.939Z (over 3 years ago)
- Language: Ruby
- Size: 980 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
A small web service for computing word anagrams ([deployed on Heroku](http://anagramservice.herokuapp.com))
## Running
Install the application dependencies by calling `bundle install` and execute
`bundle exec rackup` from within the project directory. The service will then
be accessible from localhost on port 9292.
## Acceptance test
An acceptance test can be run by executing `bundle exec ruby test/acceptance.rb`