https://github.com/purplebooth/scrabbler
https://github.com/purplebooth/scrabbler
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/purplebooth/scrabbler
- Owner: PurpleBooth
- License: mit
- Created: 2016-11-27T10:55:45.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-09-01T20:18:38.000Z (almost 2 years ago)
- Last Synced: 2025-01-30T10:44:15.003Z (over 1 year ago)
- Language: Go
- Size: 680 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Scrabbler
Library that returns what points you can get back from a scrabble game.
## Getting Started
These instructions will get you a copy of the project up and running on your
local machine for development. I recommend running this on a docker based
environment, so your prod is the same as your dev.
### Prerequisities
You'll need [docker].
### Trying it out
Then run the application with
```
docker-compose up
```
You can then see the application running by
```
curl http://$(boot2docker ip):8080/cats
```
### Environment Variables
* `NEW_RELIC_APP_NAME` - Optional New Relic Application Name
* `NEW_RELIC_LICENSE_KEY` - Optional New Relic License Key
## Contributing
Feel free to submit pull requests and issues. If it's a particularly large PR,
you may wish to discuss it in an issue first.
Please note that this project is released with a
[Contributor Code of Conduct](CONDUCT.md). By participating in this project you
agree to abide by its terms.
## Versioning
We use [SemVer] for the version tags available See the tags
on this repository.
## Authors
See the list of [contributors] who participated in this project.
[contributors]: https://github.com/PurpleBooth/scrabbler/contributors
[SemVer]: http://semver.org/
[docker]: https://www.docker.com/products/overview