mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-07 12:07:01 +03:00
Add Makefile and Markdown linter (#73)
* Add Makefile * Update .gitignore to exclude venv * Add requirements.txt for venv * Add pymarkdown lint Github action * Update .md from lint tool * Update README with make commands * Add linter config
This commit is contained in:
committed by
GitHub
parent
bbe3bd79db
commit
0cd98c67e2
@@ -1,4 +1,5 @@
|
||||
# Webhook
|
||||
|
||||
## Purpose
|
||||
|
||||
The idea behind this webhook feature is to provide an alternative to MQTT and InfluxDB for transmitting data, such as water meter readings from a vacation home, to a standard PHP webspace.
|
||||
@@ -141,6 +142,7 @@ if ($method === 'POST') {
|
||||
```
|
||||
|
||||
## Basic Example of a server using Python
|
||||
|
||||
```Python
|
||||
from flask import Flask, request, jsonify
|
||||
import csv
|
||||
|
||||
Reference in New Issue
Block a user