BoxLang 🚀 A New JVM Dynamic Language Learn More...
This CF wrapper can be installed as standalone or as a ColdBox Module. Either approach requires a simple CommandBox command:
box install oxforddictionary
Then follow either the standalone or module instructions below.
This wrapper will be installed into a directory called oxforddictionary
and then can be instantiated via new oxforddictionary.oxforddictionary()
with the following constructor arguments:
appID = '',
appKey = ''
This package also is a ColdBox module as well. The module can be configured by creating a `oxforddictionary configuration structure in your application configuration file: config/Coldbox.cfc with the following settings:
oxforddictionary = {
appID = '',
appKey = ''
};
Then you can leverage the CFC via the injection DSL: oxforddictionary@oxforddictionary
$
box install oxforddictionary