Skip to content

altzero/jquery-api-wrapper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GroundSource jquery-api-wrapper

a jquery wrapper for the GroundSource API.

Project structure

  • /docs/ - API documentation (generated by jsdoc)
  • /examples/ - working examples, with relative paths to local libs
  • /script/ - location of all js library files
  • /test/ - project unit tests, using QUnit

Required Dependencies

  • jQuery -- tested and works with nearly all versions of jQuery (fully tested against 1.4 - 1.11, 2.1)

development commands

generate docs

	$ brew install jsdoc3
	$ jsdoc script/* -d docs

run unit tests

navigate to /test/ directory of project on localhost

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%