Create a website from a json.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
QuentinN42 a35bdd6edb
feat: working images background
1 year ago
builder feat: working images background 1 year ago
.gitignore feat: base builder 1 year ago
Makefile feat: add all rezel services 1 year ago
README.md fix: non breaking space 1 year ago
config.json feat: add all rezel services 1 year ago
requirements.txt feat: base builder 1 year ago

README.md

Rezelator

Create a sample website from a json.

[
    {
        "name": "Cat1",
        "items": [
            {
                "name": "Item1",
                "description": "Description of Item1",
                "url": "http://www.example.com/item1",
                "image": "http://www.example.com/item1.png"
            },
            {
                "name": "Item2",
                "description": "Description of Item2",
                "url": "http://www.example.com/item2",
                "image": "http://www.example.com/item2.png"
            }
        ]
    }
]