npm.io
5.0.0 • Published 2 years ago

onedionys-web-accessibility-checker

Licence
ISC
Version
5.0.0
Deps
132
Size
11 kB
Vulns
0
Weekly
0
Stars
2

Welcome to One Dionys - Web Accessibility Checker!

Functions to test and check web application compliance with WCAG (Web Content Accessibility Guidelines) accessibility guidelines.

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

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

Keywords