From 1ebcd58e4114263ff15443d02300c020c75c7624 Mon Sep 17 00:00:00 2001 From: nachiketbhuta Date: Sun, 21 Jul 2019 11:11:18 +0530 Subject: [PATCH 1/2] Added 3 trains from borivali --- BO/08-58.json | 8 ++++++++ BO/09-01.json | 8 ++++++++ BO/09-24.json | 8 ++++++++ 3 files changed, 24 insertions(+) create mode 100644 BO/08-58.json create mode 100644 BO/09-01.json create mode 100644 BO/09-24.json diff --git a/BO/08-58.json b/BO/08-58.json new file mode 100644 index 0000000..df620db --- /dev/null +++ b/BO/08-58.json @@ -0,0 +1,8 @@ +{ + "timing": "08:58", + "path": { + "start":"BO", + "end":"CH" + }, + "type": "Slow" +} \ No newline at end of file diff --git a/BO/09-01.json b/BO/09-01.json new file mode 100644 index 0000000..dd16d9a --- /dev/null +++ b/BO/09-01.json @@ -0,0 +1,8 @@ +{ + "timing": "09:01", + "path": { + "start":"BO", + "end":"CH" + }, + "type": "Slow" +} \ No newline at end of file diff --git a/BO/09-24.json b/BO/09-24.json new file mode 100644 index 0000000..0130ab1 --- /dev/null +++ b/BO/09-24.json @@ -0,0 +1,8 @@ +{ + "timing": "09:24", + "path": { + "start":"BO", + "end":"CH" + }, + "type": "Fast" +} \ No newline at end of file From f18f26237838ed49370ceac069a79a5e4a72263c Mon Sep 17 00:00:00 2001 From: nachiketbhuta Date: Mon, 21 Oct 2019 19:14:49 +0530 Subject: [PATCH 2/2] New trains from borivali --- BO/08-19.json | 8 ++++++++ BO/08-26.json | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 BO/08-19.json create mode 100644 BO/08-26.json diff --git a/BO/08-19.json b/BO/08-19.json new file mode 100644 index 0000000..077c8d2 --- /dev/null +++ b/BO/08-19.json @@ -0,0 +1,8 @@ +{ + "timing": "08:19", + "path": { + "start":"BO", + "end":"CH" + }, + "type": "Slow" +} \ No newline at end of file diff --git a/BO/08-26.json b/BO/08-26.json new file mode 100644 index 0000000..16525e9 --- /dev/null +++ b/BO/08-26.json @@ -0,0 +1,8 @@ +{ + "timing": "08:26", + "path": { + "start":"BO", + "end":"CH" + }, + "type": "Fast" +} \ No newline at end of file