-
Notifications
You must be signed in to change notification settings - Fork 4
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
- Clone
- Import into eclipse 2.1. Add Jsoup (found in dependencies folders to build libraries in eclipse)
- Browse through source codes and find Main file
- Paste HTML code and test... should output some JS for you...