Giter Club home page Giter Club logo

wordlist-js's Introduction

#Word List JS v0.21

	Title: 		WordList JS 
	Author: 	Tim Crouch
	Contact: 	[email protected]
	Date: 		Oct 22, 2013
	Purpose: 	To allow Javascript developers to make word games without resorting to using web services or other online services to verify and generate words. This will allow developers to make word game apps in JS for mobile devices.
	Version: 	0.21
	License:	MIT

SPECIAL THANKS to English Open Word List! Without the EOWL, I would be reading and typing words out of the dictionary for years to come, instead of finishing this project in a little over one day!

Bugfixes and enhancements submitted by David Millar.

##Instructions

  1. Add a script tag referencing either the regular or Min version of wordList.min.js into your main page's head section (use regular version to see the full code, or use minified version for production or app compilation).

  2. Add a script tag referencing either the regular or Min version of wordBank.min.js into your main page's head section (use regular version to see the full code, or use minified version for production or app compilation). Make sure the Word Bank is BELOW the script tag for Word List.

  3. Either in another script file or an on-page script, simply reference Word_List.isInList("ALpha") to check if a word is in the list. Capitalization does not matter (as demonstrated here). You can also generate random words with Word_List.getRandomWord(). You can enter a number from 4 - 10 as an argument to look-up words with only that number of letters. You can also either make the argument 0 or leave it blank to get a random word with a random number of letters between 4 - 10.

##Dependency Licenses

The English Open Word List (EOWL) was derived from the UK Advanced Cryptics Dictionary, and its only term of usage is the displaying of the following copyright notice:

UK Advanced Cryptics Dictionary Licensing Information:

Copyright © J Ross Beresford 1993-1999. All Rights Reserved. The following restriction is placed on the use of this publication: if the UK Advanced Cryptics Dictionary is used in a software package or redistributed in any form, the copyright notice must be prominently displayed and the text of this document must be included verbatim.

wordlist-js's People

Contributors

timtcrouch avatar davmillar avatar

Stargazers

Oleksa Koba avatar

Watchers

 avatar  avatar

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.