Skip to content

Latest commit

 

History

History
executable file
·
17 lines (14 loc) · 748 Bytes

README.md

File metadata and controls

executable file
·
17 lines (14 loc) · 748 Bytes

WebGlasses Core

NPM GitHub Release Date Build Status

This package is the core of the web-glasses project. It includes the fundamentals of the concept. Currently there are seven primary classes.

  • Apps
  • Driver
  • Files
  • Permission
  • Services
  • Verification
  • Workfolder

The Driver class is the most important class for plugin developers. With this class you can extend the web-glasses project with your own services.

Check out the documentation in the docs folder by running npm run docs.