Ангуляр приложение для поиска расписаний, использующее Яндекс Апи.
Критерии поиска:
- Типа транспорта
- Откуда
- Куда
- Календарь с выбором даты
Инструкция по запуску и использованию:
Перейдите на https://ulianasavi.github.io/transport-schedule-searcher/
или:
Локальный запуск:
- Склонировать репозиторий -
git clone <repo name>
- Выполнить команду в консоли от корня приложения -
npm i
- Выполнить команду запуска приложения -
npm run start
- Перейти в Chrome на
http://localhost:4200/
Angular is an application for searching schedules using Yandex Api.
Search criteria:
- Type of transport
- From where
- Where to
- Calendar with date selection
Instructions for starting and using:
Go to https://ulianasavi.github.io/transport-schedule-searcher/
or:
Local start:
- Clone the repository -
git clone <repo name>
- Run the command in the console from the root of the app -
npm i
- Run the app start command -
npm run start
- Go to Chrome to
http://localhost:4200/