Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.
/ angular-wot Public archive

Angular.js module for Web of Things clients

License

Notifications You must be signed in to change notification settings

thingweb/angular-wot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-wot

Angular.js module for Web of Things clients

Allows client-side interactions with WoT-compliant "things" using Angular.js (1.x)

Refer to the W3C WoT IG current practices document for more information

Usage

Recommended to use Bower:

bower install angular-wot

Otherwise, clone the repo and build

npm install
npm test
npm run build

build result is under dist

Known issues

  • Not compliant with the newest TD specification
  • Not compliant with the WoT scripting API yet

License

MIT License

Authors

Johannes Hund (@h0ru5), Daniel Peintner (@danielpeintner)