https://github.com/brickchain/integrity-webview-client
Integrity Webview
https://github.com/brickchain/integrity-webview-client
Last synced: 2 months ago
JSON representation
Integrity Webview
- Host: GitHub
- URL: https://github.com/brickchain/integrity-webview-client
- Owner: Brickchain
- License: bsd-2-clause
- Created: 2018-02-02T10:11:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-07T10:44:45.000Z (over 7 years ago)
- Last Synced: 2025-03-17T20:56:12.080Z (3 months ago)
- Language: JavaScript
- Size: 139 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/PlusIntegrity/integrity-webview-client)
# Integrity Webview Client
Client library to provide communication between webviews and Integrity mobile app. Built with the help of [angular-library-starter](https://github.com/robisim74/angular-library-starter).
# Useful Commands
Get started: npm install
Testing: npm test
Building: npm run build
Test package locally:
- npm run pack:lib
- Then install in your app: npm install [path-to-lib]/integrity-webview-client-[version].tgzPublish: npm run publish:lib
Before publishing the first time:
- you can register your library on [Travis CI](https://travis-ci.org/): you have already configured `.travis.yml` file
- you must have a user on the _npm_ registry: [Publishing npm packages](https://docs.npmjs.com/getting-started/publishing-npm-packages)Documentation:
- npm run compodoc
- npm run compodoc:serve