Initial Commit

This commit is contained in:
2019-11-01 18:59:48 +01:00
commit 50a9184358
8 changed files with 1264 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "simple_hafas",
"version": "0.0.1",
"description": "Get departure times for nearby stations simply from hafas.",
"main": "server.js",
"dependencies": {
"express": "^4.17.1",
"hafas-client": "^4.6.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "Phillip Kühne <phillipkhne@gmail.com",
"license": "ISC"
}