Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jzwood/scrabble-oracle-simple-ui

UI for Scrabble Oracle App (Client)
https://github.com/jzwood/scrabble-oracle-simple-ui

ai elm haskell scrabble

Last synced: about 1 month ago
JSON representation

UI for Scrabble Oracle App (Client)

Awesome Lists containing this project

README

        

![Board](static/board-screenshot.png "Screenshot of app UI")

## About
This Elm app comprised the UI for the [Scrabble Oracle Web App](https://github.com/jzwood/scrabble-oracle-api) which is powered by the [Scrabble Oracle Library](https://github.com/jzwood/ScrabbleOracle).

## Local Dev
```shell
$ yarn install
$ yarn dev # for dev
$ yarn build # for production
```