0.9.0 • Published 6 years ago

angular-paging-sparql-service v0.9.0

Weekly downloads
23
License
MIT
Repository
github
Last release
6 years ago

Angular SPARQL service with paging and object mapping

Angular service for querying SPARQL endpoints, and mapping the results as simple objects.

Installation

bower install angular-paging-sparql-service

or

npm install angular-paging-sparql-service

Include sparql in your module dependenies:

angular.module('myApp', ['sparql'])

Usage

See the documentation.

Example projects using the module:

Development

Requires Karma, and Grunt.

Install dev dependenies

npm install

Running tests

karma start

Building

grunt build