-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlibrary.json
More file actions
16 lines (16 loc) · 698 Bytes
/
library.json
File metadata and controls
16 lines (16 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "ESP Line Notify",
"version": "2.1.1",
"keywords": "communication, REST, esp32, esp8266, arduino",
"description": "Line Notify Library for ESP8266 and ESP32. Send the Line notification message, sticker, map and images. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.",
"repository": {
"type": "git",
"url": "https://github.com/mobizt/ESP-Line-Notify.git"
},
"authors": [{
"name": "Mobizt",
"email": "k_suwatchai@hotmail.com"
}],
"frameworks": "arduino",
"platforms": "espressif32, espressif8266, atmelsam, raspberrypi, atmelavr, atmelmegaavr, ststm32, teensy"
}