Initial commit: Digital signage system for transit departures, weather, and news ticker

This commit is contained in:
2025-12-31 13:53:19 +01:00
commit a0c997f7d4
21 changed files with 5320 additions and 0 deletions

34
package.json Normal file
View File

@@ -0,0 +1,34 @@
{
"name": "sl-transport-departures-display",
"version": "1.0.0",
"description": "A digital signage system for displaying transit departures, weather information, and news tickers",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"keywords": [
"digital-signage",
"transit",
"raspberry-pi",
"weather",
"news-ticker"
],
"author": "",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"nodemon": "^2.0.22"
},
"engines": {
"node": ">=12.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/yourusername/sl-departures-display.git"
},
"bugs": {
"url": "https://github.com/yourusername/sl-departures-display/issues"
},
"homepage": "https://github.com/yourusername/sl-departures-display#readme"
}