Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/evolution-gaming/hostname

Provide hostname in scala/java
https://github.com/evolution-gaming/hostname

hostname scala

Last synced: about 2 months ago
JSON representation

Provide hostname in scala/java

Awesome Lists containing this project

README

        

# Hostname
[![Build Status](https://github.com/evolution-gaming/hostname/workflows/CI/badge.svg)](https://github.com/evolution-gaming/hostname/actions?query=workflow%3ACI)
[![Coverage Status](https://coveralls.io/repos/github/evolution-gaming/hostname/badge.svg?branch=master)](https://coveralls.io/github/evolution-gaming/hostname?branch=master)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/56de85f1728d4f1d806008aaaefbfa69)](https://www.codacy.com/app/evolution-gaming/hostname?utm_source=github.com&utm_medium=referral&utm_content=evolution-gaming/hostname&utm_campaign=Badge_Grade)
[![Version](https://img.shields.io/badge/version-click-blue)](https://evolution.jfrog.io/artifactory/api/search/latestVersion?g=com.evolutiongaming&a=hostname_2.13&repos=public)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellowgreen.svg)](https://opensource.org/licenses/MIT)

## Usage

```scala
com.evolutiongaming.hostname.HostName() // MacBook-t3hnar
```

## Setup

```scala
addSbtPlugin("com.evolution" % "sbt-artifactory-plugin" % "0.0.2")

libraryDependencies += "com.evolutiongaming" %% "hostname" % "0.2.0"
```