Skip to content

Julia package for Data Dragon - League of Legends game data and assets.

License

Notifications You must be signed in to change notification settings

wookay/LOLToolsDataDragon.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LOLToolsDataDragon.jl

Documentation Build Status

info

DataDragon

using LOLToolsDataDragon.DataDragon

champ = DataDragon.en_US.Champions[114]
@info champ.name == "Fiora"

champ = DataDragon.ko_KR.Champions[114]
@info champ.name == "피오라"

how to install this package

julia> using Pkg

julia> Pkg.add(PackageSpec(url="https://github.com/wookay/LOLToolsDataDragon.jl.git"))

LOLToolsDataDragon.jl isn't endorsed by Riot Games and doesn't reflect the views or opinions of Riot Games or anyone officially involved in producing or managing League of Legends. League of Legends and Riot Games are trademarks or registered trademarks of Riot Games, Inc. League of Legends (c) Riot Games, Inc.

About

Julia package for Data Dragon - League of Legends game data and assets.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages