1.3.4 • Published 2 years ago

angular-bittorrent-peerid v1.3.4

Weekly downloads
49
License
MIT
Repository
github
Last release
2 years ago

angular-bittorrent-peerid

NPM

A native AngularJS implement for bittorrent-peerid.

Install

Using bower

bower install angular-bittorrent-peerid --save

Usage

angular.module('yourApp', ['angularBittorrentPeerid'])
    .controller('yourController', function (bittorrentPeeridService) {
        var peerId = '...';
        var client = bittorrentPeeridService.parseClient(peerId);
        
        var clientName = client.client;
        var clientVersion = client.version;
    });

License

MIT