All Projects → bukinoshita → goot

bukinoshita / goot

Licence: MIT License
👋 Goot humanize greetings.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to goot

tm
timers and timeline
Stars: ✭ 31 (+121.43%)
Mutual labels:  time
vue-timeselector
🕒 Simply customizable powerful time picker for Vue.js
Stars: ✭ 41 (+192.86%)
Mutual labels:  time
appointment-picker
Appointment Picker - a tiny JavaScript timepicker that helps you pick appointments
Stars: ✭ 49 (+250%)
Mutual labels:  time
moment-cache
⏱ Simple utility to cache moment.js results and speed up moment calls.
Stars: ✭ 29 (+107.14%)
Mutual labels:  time
rktree.cljc
Trees where leaves are located both in time and space
Stars: ✭ 15 (+7.14%)
Mutual labels:  time
macos-receiver
A MacOS TabBar (StatusBar) application that securely receives one-time passwords (OTPs) that you tapped in Raivo for iOS.
Stars: ✭ 44 (+214.29%)
Mutual labels:  time
TASNET
Time-domain Audio Separation Network (IN PYTORCH)
Stars: ✭ 18 (+28.57%)
Mutual labels:  time
OmniList
开源的时间管理App,基于Material Design设计
Stars: ✭ 61 (+335.71%)
Mutual labels:  time
MD DS3231
DS3231 Real Time Clock Library
Stars: ✭ 29 (+107.14%)
Mutual labels:  time
native-app
🍿 🕐 🎞 React Native App for the PCT environment
Stars: ✭ 39 (+178.57%)
Mutual labels:  time
cftime
Time-handling functionality from netcdf4-python.
Stars: ✭ 53 (+278.57%)
Mutual labels:  time
time-api
Nodejs API for Wobbly Time Tracker for the Teams
Stars: ✭ 24 (+71.43%)
Mutual labels:  time
humanize time
Adds the humanize method to reports the approximate distance in time between two Time. humanize supports i18n translations too so it can be used in internationalized apps.
Stars: ✭ 20 (+42.86%)
Mutual labels:  time
canon-generator
Create and visualize temporal canons a'la Conlon Nancarrow
Stars: ✭ 31 (+121.43%)
Mutual labels:  time
finql
A quantitative finance toolbox
Stars: ✭ 21 (+50%)
Mutual labels:  time
react-picky-date-time
A react component for date time picker. Online demo examples
Stars: ✭ 41 (+192.86%)
Mutual labels:  time
Yort.Ntp
A cross platform NTP client library for .Net platforms. Allows you to easily retrieve an accurate, current date & time from internet NTP servers.
Stars: ✭ 35 (+150%)
Mutual labels:  time
iota
Miniature delta time and time dilation library for GameMaker Studio 2.3.2
Stars: ✭ 19 (+35.71%)
Mutual labels:  time
scala-timeseries-lib
Lightweight, functional and correct time-series library for scala. Easy manipulation, filtering and combination of time-series data.
Stars: ✭ 31 (+121.43%)
Mutual labels:  time
dogma
Things and stuffs.
Stars: ✭ 22 (+57.14%)
Mutual labels:  time

goot Build Status

Goot humazine greetings 👋

Install

$ yarn add goot

Usage

import goot from 'goot'
import spacetime from 'spacetime'

const now = spacetime().hour()

goot(now)
// => Good morning

goot(now, 'de')
// => Guten morgen

API

goot(now, language)

Returns a string

now

Type: number
Required

now should be between 0-23.

Eg: new Date().getHours() (current hour)

language

Type: string
Default: en
Options: en, pt, es, fr and de

Language of the greeting to be returned

Related

Example

License

MIT © Bu Kinoshita

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].