Skip to content

nvdnkpr/HTMLString

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTMLString

An HTML parser written in JavaScript that's probably not what you're looking for.

Building

To build the library you'll need to use Grunt. First install the required node modules (grunt-cli must be installed):

git clone https://github.com/GetmeUK/HTMLString.git
cd HTMLString
npm install

Then run grunt build to build the project.

Testing

To test the library you'll need to use Jasmine. First install Jasmine:

git clone https://github.com/pivotal/jasmine.git
mkdir HTMLString/jasmine
mv jasmine/dist/jasmine-standalone-2.0.3.zip HTMLString/jasmine
cd HTMLString/jasmine
unzip jasmine-standalone-2.0.3.zip

Then open HTMLString/SpecRunner.html in a browser to run the tests.

Documentation

Full documentation is available at http://getcontenttools.com/api/html-string

Browser support

  • Chrome
  • Firefox
  • IE9+

About

An HTML parser written in JavaScript that's probably not what you're looking for.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CoffeeScript 76.8%
  • JavaScript 21.7%
  • HTML 1.5%