perstat-data
v3.0.5
Published
An AngularJS module that contains the services to interact with PERSTAT data
Downloads
2
Readme
perstat-data
An AngularJS module that contains the services to interact with PERSTAT data
Requirements
- AngularJS
Installing
NPM
Inject the module into your page:
<script type="text/javascript" src="../node_modules/perstat-data/dist/perstat-data.min.js"></script>
Include this module as a dependency in your app:
angular.module('myApp', ['perstat.data']);
Bower
Contributing
Install dependencies
Build
Build the app