Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ferhatelmas/fuzzyclock

:alarm_clock: Fuzzyclock in golang
https://github.com/ferhatelmas/fuzzyclock

Last synced: 26 days ago
JSON representation

:alarm_clock: Fuzzyclock in golang

Awesome Lists containing this project

README

        

# Fuzzy Clock in Golang

[![Godoc](http://img.shields.io/badge/godoc-reference-blue.svg?style=flat)](https://godoc.org/github.com/ferhatelmas/fuzzyclock)
[![Build Status](https://travis-ci.org/ferhatelmas/fuzzyclock.png?branch=master)](https://travis-ci.org/ferhatelmas/fuzzyclock)

> Get fuzzy clock in Golang.

## Install

By go tool: `go get github.com/ferhatelmas/fuzzyclock`

## Usage

```go
import github.com/ferhatelmas/fuzzyclock

fuzzyclock.Now() // half past twelve
fuzzyclock.Time(10, 58) // eleven o'clock
```

## LICENSE

MIT © [Ferhat Elmas](https://github.com/ferhatelmas)