const greetings = (firstName) => {
console.log(
`Hi :), My name is ${firstName} and I mostly program stuff that I either want to learn or just for personal use π`
);
};
greetings('Naseif');
I am a member of the CleverCodeCravers :)
- teletron-ts, Fast and Flexible Telegram Bot API Framework for Node.js
- tiktok-scraper Scraper for Tiktok. Download videos, music, fetch user info and more.
- more4less, A price search engine for various online shops.
- more4less-api, A simple and fast RESTful API for @naseif/more4less built using @naseif/api-tools-ts!
- Eyesense-Music-Bot, Discord bot to play Music from Youtube, Soundcloud and Spotify using the new slash commands and a lot more!
- API-Tools-TS, A light-weight library to help you create APIs on the fly using express.js written in TypeScript.
- vultr-vscode, a node.js utility that enables you to create a virtual machine on vultr and host Visual Code on the browser.
- telegram-music-bot, A telegram bot to download music from youtube and soundcloud.
- port-scanner-py, A very minimalistic port-scanner in python to check remote ports.