Skip to content

horothesun/TfLBusStopsDBManualIngestor

Repository files navigation

TfL bus stops DB manual ingestor

CI

TfL bus stops PostgreSQL DB ingestor.

Pre-requisites

Create a .env file like the following:

DB_USERNAME=__________
DB_PASSWORD=__________
DB_SERVER_NAME=_______
DB_PORT=______________

Setup

nvm use
npm install

Run

npm start