Skip to content

Introduction

OpenSource Cameroon edited this page Oct 31, 2018 · 1 revision

# About

JsGenerator is a proposed solution to generating Javascript code from HTML code following the JavaScript DOM structure.

# Code Info

Language: JAVA Dependencies: jsoup

# Build

  1. Clone
  2. Import into eclipse 2.1. Add Jsoup (found in dependencies folders to build libraries in eclipse)
  3. Browse through source codes and find Main file
  4. Paste HTML code and test... should output some JS for you...

Clone this wiki locally