/seer.js

An all-in-one toolbox made for SEOs

Primary LanguageJavaScript

Seer.js

An all-in-one toolbox made for SEOs

Documentation is online: http://www.seerinteractive.com/seo-toolbox


Building the project

Compiling the source code and the documentation

$ make all

Compiling just the source code

$ make

Compiling just documentatioin

$ make all-docs

Adding to Google Docs

After you compile the source code it should be in the 'build/' folder. Copy and paste 'seer.min.js' into a Google Doc and that's it.


Notes

The documentation uses a modified (read: hacked) version of jsdoc3. The hacked version is included in the 'jsdoc/' folder and compiles to the 'docs/' folder.