Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tsivinsky/hi-mom
- Owner: tsivinsky
- Archived: true
- Created: 2022-03-18T15:24:51.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T16:16:07.000Z (almost 2 years ago)
- Last Synced: 2024-10-01T12:06:33.384Z (about 1 month ago)
- Topics: blazingly-fast, hello-world, hi-mom
- Language: JavaScript
- Homepage: https://npmjs.com/package/hi-mom
- Size: 199 KB
- Stars: 320
- Watchers: 7
- Forks: 39
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-blazingly-fast - hi-mom - Say hi to your mom BLAZINGLY FAST (JavaScript)
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