1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-08-05 10:55:17 +02:00
Flame est une page de démarrage auto-hébergée pour votre serveur. Gérez facilement vos applications et favoris avec les éditeurs intégrés.
Find a file
2021-05-21 18:55:21 +02:00
client Some changes on how application list is being rendered. Added isDay property on WeatherIcon to render icon accordingly to time of day. Modal can now be closed by clicking on backdrop 2021-05-21 18:55:21 +02:00
controllers Small fixes 2021-05-17 18:26:01 +02:00
middleware Small fixes 2021-05-17 18:26:01 +02:00
models Created Cron job to get data from external api every 15 minutes and save it to local database. Created Weather model and controller to get latest weather status 2021-05-17 18:23:54 +02:00
routes Created Cron job to get data from external api every 15 minutes and save it to local database. Created Weather model and controller to get latest weather status 2021-05-17 18:23:54 +02:00
utils Created WeatherWidget 2021-05-19 18:26:57 +02:00
._env Initial commit 2021-05-06 19:04:00 +02:00
.gitignore SQLite database. App model and controller 2021-05-10 17:47:26 +02:00
api.js Added WebSockets with funcionality to send messages from any module 2021-05-19 17:17:24 +02:00
db.js SQLite database. App model and controller 2021-05-10 17:47:26 +02:00
package-lock.json Added WebSockets with funcionality to send messages from any module 2021-05-19 17:17:24 +02:00
package.json Added WebSockets with funcionality to send messages from any module 2021-05-19 17:17:24 +02:00
server.js Added WebSockets with funcionality to send messages from any module 2021-05-19 17:17:24 +02:00
Socket.js Added WebSockets with funcionality to send messages from any module 2021-05-19 17:17:24 +02:00
Sockets.js Added WebSockets with funcionality to send messages from any module 2021-05-19 17:17:24 +02:00