onedionys-web-accessibility-checker
v5.0.0
Published
One Dionys (Web Accessibility Checker) - Functions to test and check web application compliance with WCAG (Web Content Accessibility Guidelines) accessibility guidelines.
Downloads
14
Maintainers
Readme
💾 Requirements
Web Browser
- Can be used as an emulator to build applications. Example [Chrome, Firefox, Safari & Opera].Internet
- Because many use CDN and to make it easier to find solutions to all problems.
🎯 How To Use
Example Syntax
const accessibilityChecker = require('web-accessibility-checker');
const url = 'https://example.com';
const result = accessibilityChecker(url);
console.log(result);
Explanation
- The accessibilityChecker function takes a URL as input and returns an object containing the accessibility audit results for the given web page.
Return Value
- The function returns an object with the following structure.
📆 Release Date
- v1.0.0 : 17 March 2024
- v1.0.1 : 18 March 2024
- v1.0.2 : 31 March 2024
- v5.0.0 : 31 March 2024
🧑 Author
- Facebook : Oned Ionys
- Instagram : @onedionys
- Twitter : @onedionys
- LinkedIn : @onedionys
📝 License
- Copyright © 2024 One Dionys
- One Dionys - Web Accessibility Checker is an open source project licensed under the MIT license
☕️ Suppport & Donation
Love One Dionys - Web Accessibility Checker? Support this project by donating or sharing with others in need.
Made with ❤️ One Dionys