Socket
Socket
Sign inDemoInstall

ng-daia

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ng-daia

AngularJS module to facilitate access to DAIA services


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Install size
521 kB
Created
Weekly downloads
 

Readme

Source

ng-daia Build Status

AngularJS module to facilitate access to DAIA services

See http://gbv.github.io/ng-daia/ for documentation and usage examples.

Installation

Install ng-daia as a dependency in your Node.js project:

npm install ng-daia --safe

Then require it in your client-side JavaScript files:

var ng_daia = require('ng-daia');

Development

Stop reading here unless you want to modify the source code of ng-daia!

Requires AngularJS >= 1.2.

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

Keywords

FAQs

Last updated on 22 Jan 2015

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc