Skip to content

trichner/angular-eve-img

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular module to create Eve Online image urls. All images reference https://image.eveonline.com/

Install

bower install angular-eve-img --save

Usage

app = angular.module('app', ['trichner.angular-eve-img']);

...

app.controller('MyController', function(EveIMG){

	// should result in 'Character Portrait URL: https://image.eveonline.com/Character/3003981_256.jpg'
    console.log('Character Portrait URL: ' + EveIMG.imgUrlCharacter(3003981,512));

});

About

Angular module to easily generate links to Eve Online static images.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors