Flight Information Display System
Go to file
Santiago Lo Coco 33a75609bd Add screen-domain and update flights-domain
Add local database (IndexedDB) and add `lastUpdated` logic for screens
2023-10-23 11:39:12 -03:00
db Add initial example 2023-10-04 19:39:13 -03:00
flights-domain Add screen-domain and update flights-domain 2023-10-23 11:39:12 -03:00
sample-api-users Add flights-domain (from 'airports' repo) 2023-10-19 10:12:19 -03:00
sample-client-users Use a variable to specify API endpoint 2023-10-09 21:19:34 -03:00
screen-domain Add screen-domain and update flights-domain 2023-10-23 11:39:12 -03:00
.gitignore Remove .env.* files 2023-10-04 19:52:21 -03:00
.gitlab-ci.yml Update .gitlab-ci.yml 2023-10-19 10:18:04 -03:00
.pre-commit-config.yaml Add .pre-commit-config.yaml (linting) 2023-10-19 11:58:03 -03:00
README.md Add .pre-commit-config.yaml (linting) 2023-10-19 11:58:03 -03:00
docker-compose.yml Add flights-domain (from 'airports' repo) 2023-10-19 10:12:19 -03:00

README.md

fids

Contributing

pre-commit install
pre-commit run --all-files