Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tsivinsky/hi-mom

Say hi to your mom BLAZINGLY FAST
https://github.com/tsivinsky/hi-mom

blazingly-fast hello-world hi-mom

Last synced: 10 days ago
JSON representation

Say hi to your mom BLAZINGLY FAST

Awesome Lists containing this project

README

        

# Hi, mom!

A blazingly fast JavaScript library to say hi to your mom!

## Install

#### yarn

```bash
yarn add hi-mom
```

#### npm

```bash
npm i hi-mom
```

#### unpkg.com (UMD)

```html

```

## Usage

#### CommonJS

```javascript
const { hiMom } = require("hi-mom");

console.log(hiMom()); // Hi, mom!
```

#### ES Modules

```javascript
import { hiMom } from "hi-mom";

console.log(hiMom()); // Hi, mom!
```

#### Browser (UMD)

```javascript
console.log(hiMom.hiMom());
```

#### custom mother name

```javascript
import { hiMom } from "hi-mom";

console.log(hiMom("Mother")); // Hi, Mother!
```

## Languages supported

- ar - Arabic
- ar-IQ - Iraqi Arabic
- as - Assamese
- az - Azerbaijani
- bn - Bengali
- bg - Bulgarian
- ca - Catalan
- cn - Chinese
- cs - Czech
- da - Danish
- de - German
- en - English
- en-AU - Australian English
- en-PT - Pirate Speak
- es - Spanish
- fa - Persian
- fr - French
- he - Hebrew
- hi - Hindi
- hr - Croatian
- hu - Hungarian
- id - Indonesian
- it - Italian
- ja - Japanese
- ko - Korean
- kaa - Karakalpak
- lt - Lithuanian
- mar - Marathi
- ml - Malayalam
- ms - Malay
- nl-BE - Flemish
- nl-NL - Dutch
- no - Norwegian
- no-NB - Norwegian Bokmål
- no-NN - Norwegian Nynorsk
- pl - Polish
- pt - Portuguese
- qt - Crimean
- ro - Romanian
- ru - Russian
- se - Swedish
- si - Sinhala
- sr - Serbian
- ta - Tamil
- th - Thai
- tl - Filipino
- tr - Turkish
- tm - Turkmen
- ua - Ukrainian
- ur - Urdu
- vi - Vietnamese
- zh - Zhongwen
- ug - Uyghur