Поиск наилучших путей для движения на общественном транспорте.
GET/ stations Список всех остановок.
GET/ routes Список всех маршрутов.
GET/ timetables Расписание движения транспорта.
GET/ optimalRoute?from=:from&to=:to&startTime=:startTime&dopTimeMinutes=:dopTimeMinutes&goingSpeed=:goingSpeed&transportTypes=:transportTypes
https://github.com/pasvistelik/myapp
Server API demo links:
https://public-transport-api-server.herokuapp.com/routes
https://public-transport-api-server.herokuapp.com/stations
https://public-transport-api-server.herokuapp.com/timetables
https://github.com/pasvistelik/react-app
Client demo link: https://publictransportproject.000webhostapp.com/