Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 435 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 435 Bytes

Status Board Backend

Fetch fresh data

Execute this command manually or in a cron set for every minute

bin/console app:sync-datas

Expose API

Run this symfony app through a php webserver (Symfony dev server, apache or nginx/php-fpm)

symfony serve

Access the modules datas on http://localhost:8000/api/:module where :module is a module id.

Available modules

  • netatmo

Create a module