1.0.5 • Published 3 years ago

@nmh/emoji-hobbies v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Emoji Hobbies V1

Support , Js and Ts .

Installation

Install the dependencies and devDependencies and start the server.

$ npm install npm i @nmh/emoji-hobbies --save

Js Example!


const { searchHobbies } = require("@nmh/emoji-hobbies");

console.warn(searchHobbies('music'))


Ts Example!


import { searchHobbies } from '@nmh/emoji_hobbies'

console.warn(searchHobbies('music'))


Example Response


    [

        { id:1,text: 'Compose Music', emoji: '🎼' },
        { id:2,text: 'Music', emoji: '🎵' },
        { id:3,text: 'Listening to Music', emoji: '🎧' },
        { id:4,text: 'Writing Music', emoji: '🎵' }
    ]

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago