View Source Wordnik.Word.ScrabbleScore (Wordnik v1.0.1)

scrabble_score information about requested word

Wordnik Docs

Link to this section Summary

Types

parsed JSON response to get_scrabble_score/1 query

Functions

get scrabble_score for requested word

Link to this section Types

@type scrabble_score() :: integer()

parsed JSON response to get_scrabble_score/1 query

Link to this section Functions

Link to this function

get_scrabble_score(word)

View Source
@spec get_scrabble_score(String.t()) :: {:error, String.t()} | {:ok, scrabble_score()}

get scrabble_score for requested word

example

Example

iex> get_scrabble_score("verbose")

response

Response

Wordnik.Word.ScrabbleScore.scrabble_score/0

wordnik-docs

Wordnik Docs

https://developer.wordnik.com/docs#!/word/getScrabbleScore