Skip to content

naingmahar/emoji_hobbies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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


    [
        { text: 'Collecting Music Albums', emoji: '💿' },
        { text: 'Compose Music', emoji: '🎼' },
        { text: 'Music', emoji: '🎵' },
        { text: 'Listening to Music', emoji: '🎧' },
        { text: 'Playing musical instruments', emoji: '🎵' },
        { text: 'Writing Music', emoji: '🎵' }
    ]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published