Skip to content

SimpleTiles generates tiles with links from a JSON file.

Notifications You must be signed in to change notification settings

ostpol/SimpleTiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleTiles

SimpleTiles generates tiles which act as links. The tiles are defined in a JSON file. The complete code is generated by ChatGPT 3.5, we had a nice chat on a rainy afternoon.

SimpleTiles Screenshot

Usage

Just clone the repo and put it on a web server.

JSON structure

[
    {
        "title": "App1",
        "link": "https://x.x.x.x:xxxx",
        "icon": "images/app1_icon.webp"
    },
    {
        "title": "App2",
        "link": "http://x.x.x.x:xxxx",
        "icon": "images/app2_icon.png"
    }
]

About

SimpleTiles generates tiles with links from a JSON file.

Resources

Stars

Watchers

Forks