I made the whole website.. ong need to devlog more often
these are the features i added:
i added logic to the following features which were just placeholders in the last devlog:
- 3 ways to make your wallpapers: year progress, life calendar, and goal countdown
- a config section where the user can config the wallpaper.
- a wallpaper preview section to show the preview of how it will look on ur screen..
these are some other new changes:
- the user can change timezone, colors, device etc depending on the wallpaper the user wants to make.
- the config section will then generate a wallpaper url the user can use as the wallpaper.
- i also added a setup section where the user can find out how to use the wallpaper url as a automation to automatically update the progress of the wallpaper..
- i added a api route /api/generate where the user can generate the wallpaper..
- the api route is the url the user gets when they change config section..
- example api route: https://365tsf.vercel.app/api/generate?country=in&type=year&bg=0F0F0F&accent=00D4FF&width=1206&height=2622&clockHeight=0.18
upcoming:
- need to update variables and finish up the project.
- the genereated png doesnt show the progress percentage only the dots need to fix..