https://github.com/mfurquimdev/contrastchecker
This project is a simple checker for a palette whether the colors have enough contrast to pass the [Web Acessibility in Mind](https://webaim.org/resources/contrastchecker/) test
https://github.com/mfurquimdev/contrastchecker
Last synced: 24 days ago
JSON representation
This project is a simple checker for a palette whether the colors have enough contrast to pass the [Web Acessibility in Mind](https://webaim.org/resources/contrastchecker/) test
- Host: GitHub
- URL: https://github.com/mfurquimdev/contrastchecker
- Owner: mfurquimdev
- Created: 2021-06-18T19:08:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-18T19:08:53.000Z (about 5 years ago)
- Last Synced: 2025-03-03T01:18:30.260Z (over 1 year ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Checker for palette
This project is a simple checker for a palette whether the colors have enough contrast to pass the [Web Acessibility in Mind](https://webaim.org/resources/contrastchecker/) test.
It uses the rabbitmq as a broker, celery to process the requests asynchronously, and redis as a database.