Giter Club home page Giter Club logo

agile-engine's Introduction

Agile Engine TEST

This is a test for reading html code frm one source and looking by certains params such as id / title / href on other html

Installation

git clone https://github.com/nostick/agile-engine/
cd agile-engine
npm run install

Usage

Case 1: node index.js sample-0-origin.html sample-1-evil-gemini.html
Case 2: node index.js sample-0-origin.html sample-2-container-and-clone.html
Case 3: node index.js sample-0-origin.html sample-3-the-escape.html 
Case 4: node index.js sample-0-origin.html sample-4-the-mash.html

Outputs by Case

Case 1:

$ node index.js sample-0-origin.html sample-1-evil-gemini.html        
HTML > BODY > DIV > DIV > DIV class="row" > DIV class="col-lg-8" > DIV class="panel panel-default" > DIV class="panel-body" > A class="btn btn-success"

Case 2:

$ node index.js sample-0-origin.html sample-2-container-and-clone.html
HTML > BODY > DIV > DIV > DIV class="row" > DIV class="col-lg-8" > DIV class="panel panel-default" > DIV class="panel-body" > DIV class="some-container" > A class="btn test-link-ok"

Case 3:

$ node index.js sample-0-origin.html sample-3-the-escape.html         
HTML > BODY > DIV > DIV > DIV class="row" > DIV class="col-lg-8" > DIV class="panel panel-default" > DIV class="panel-footer" > A class="btn btn-success"

Case 4:

$ node index.js sample-0-origin.html sample-4-the-mash.html
HTML > BODY > DIV > DIV > DIV class="row" > DIV class="col-lg-8" > DIV class="panel panel-default" > DIV class="panel-footer" > A class="btn btn-success"

Notes 1

The app file is de binary executable, it also needs params just like on node, so an example would be like this:

$./app sample-0-origin.html sample-1-evil-gemini.html

it shouldn't require any type of build, should wokr just like it is.

Notes 2

There is a third param you may add if you want but it isn't required for app to run, but if exist the programa will try to work with that id to search for the item on original file

agile-engine's People

Contributors

nostick avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.