This repository has been archived on 2024-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
space_status/raspberry_pi/config.json
bernd2k 7da2236af4 added arduino code and moved raspbi code
added arduino code is the read out of the sensor via an arduino.
the raspicode is moved to its own section.
2019-11-30 17:42:36 +01:00

15 lines
No EOL
401 B
JSON

{
"name": "Krautspace space status",
"path": "",
"status_api": {
"url": "https://status.kraut.space/api",
"standard": "space.api",
"checking_period": 300
},
"twitter_api": {
"consumer_key": "fill in your data!",
"consumer_secret": "fill in your data!",
"token": "fill in your data!",
"token_secret": "fill in your data!"
}
}