https://github.com/sapfir0/meteo-server
Сервер для агрегации данных с различных метеостанций
https://github.com/sapfir0/meteo-server
Last synced: about 1 month ago
JSON representation
Сервер для агрегации данных с различных метеостанций
- Host: GitHub
- URL: https://github.com/sapfir0/meteo-server
- Owner: Sapfir0
- Created: 2019-05-20T14:58:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-09T11:37:33.000Z (over 5 years ago)
- Last Synced: 2025-01-26T11:23:55.123Z (3 months ago)
- Language: JavaScript
- Homepage: https://meteo-server.herokuapp.com/
- Size: 693 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Meteo-server
Система работает ~~на божьем слове~~
Настройка локальной БД:
create database arduino;
create user 'arduinoSlave'@'localhost' identified with mysql_native_password by '123456';
grant all privileges on arduino.* to 'arduinoSlave'@'localhost';[Центральная вики, объединяющая все невозможное](https://github.com/Sapfir0/Meteo-Server/wiki)
Модуль:
0. [Метеостанция](https://github.com/Sapfir0/meteostation "Не юзай это, ты че")
0. [Параметры пк](https://github.com/Sapfir0/scriptForOurLife/tree/master/scanComputerParamsLinux "Не юзай это, ты че")