Giter Site home page Giter Site logo

oxforddictionaryapi's Introduction

ColdFusion Oxford Dictionary API


This is a ColdFusion Wrapper written to interact with the Oxford Dictionary API.

Authors

Developed by Matt Gifford (aka coldfumonkeh)

Share the love

Got a lot out of this package? Saved you time and money?

Share the love and visit Matt's wishlist: http://www.amazon.co.uk/wishlist/B9PFNDZNH4PY


Requirements

This library requires ColdFusion 9+

The package has been tested against:

  • Adobe ColdFusion 9+
  • Adobe ColdFusion 10
  • Railo 4
  • Railo 4.1
  • Railo 4.2
  • Lucee 4.5
  • Lucee 5

CommandBox Compatible

Installation

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.

Standalone

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   =	''

ColdBox Module

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

Useful Links

Please visit the official documentation for details on the methods available:

https://developer.oxforddictionaries.com/documentation

oxforddictionaryapi's People

Contributors

waitconference avatar gunnarlieb avatar coldfumonkeh avatar

Stargazers

Mark Ireland avatar

Watchers

 avatar James Cloos avatar

Forkers

gunnarlieb

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.