-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Ben Xie edited this page Oct 19, 2023
·
1 revision
An ASP.NET Web API for querying transport-related datasets from Singapore LTA DataMall.
Join my Discord Server and Telegram Channel
You can request an Account Key from LTA DATAMALL.
git clone "https://github.com/tsbsia/LTA-DataMall-API.git"
cd .\LTA-DataMall-API\src\
dotnet user-secrets init
dotnet user-secrets set "LtaDataService:AccountKey" "[YOUR-ACCOUNT-KEY]"
dotnet restore
dotnet build
dotnet run --launch-profile "Web API"
Open URL https://localhost:7153/index.html in web browser.