Socket
Socket
Sign inDemoInstall

ng-daia

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-daia

AngularJS module to facilitate access to DAIA services


Version published
Maintainers
1
Created
Source

ng-daia Build Status

AngularJS module to facilitate access to DAIA services

Usage and documentation

See http://gbv.github.io/ng-daia/.

Requirements

AngularJS >= 1.2

Development

Requires OS with POSIX symlinks

First, clone the repository from https://github.com/gbv/ng-daia.

Second, install Node.js unless it is already installed. Node.js includes npm to install additional packages. Locally install all required packages listed in package.json (for global installation call npm via sudo -H):

npm install -g grunt-cli
npm install

Testing is configured in karma.conf.js and unit tests are located in directory test written with Jasmine.

To execute of all unit tests call:

grunt test

For contious testing (tests are re-run on changes), call:

grunt watch

As configured in .travis.yml the tests are automatically executed at travis-ci when pushed to GitHub.

To build the documentation, written using ngdoc, call

grunt docs

FAQs

Package last updated on 21 Jan 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc