Skip to content

astronomizedev/LopJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LopJS

[NOTE] JSON format has been updated! Documentation will be updated soon!

version downloads CircleCI

LopJS is a node application for developing beautiful websites with JSON(basically an interpreter 🚀)!

Installing

npm i -g lopjs

If you are interested in reading the documentation, head to the github

now, each uiObject must be like this:

{
    "div": {
        "type": "div",
        "value": "Hello, World!",
        "attributes": {
            "id": "div"
        }
    }
}

Releases

No releases published

Packages

No packages published