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.
|
1 year ago | |
---|---|---|
builder | 1 year ago | |
.gitignore | 1 year ago | |
Makefile | 1 year ago | |
README.md | 1 year ago | |
config.json | 1 year ago | |
requirements.txt | 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"
}
]
}
]