Skip to content

A referencing language that uses labels and optionally context to quickly determine the subject and path to get there.

Notifications You must be signed in to change notification settings

BeyondEvil/glance-dom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Glance DOM

Installing

Browser

<script src="http://quasimatic.org/glance-dom/dist/glance-dom.js"></script>

Example

script.js

var element = glanceDOM("click me");

Node

npm install glance-dom-selector

Example

script.js

var glanceDOM = require("glance-dom").default;
var element = glanceDOM("click me");

About

A referencing language that uses labels and optionally context to quickly determine the subject and path to get there.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.1%
  • C# 4.3%
  • Python 2.6%