Pinned Repositories
async-csv
ES7 async-await wrapper for the popular `csv` package.
chinese-numbers-converter.js
Converts Chinese numbers into arabic `Number`, such as 兩百四十五 into 245.
contains-chinese
Checks whether a string contains at least one Chinese character.
Facebook-Messenger-Voice-Message-Converter
Converts the Facebook Messenger voice messages from video/mp4 or audio/aac to the PCM/WAV format suitable for Bing Speech API
Full-Emoji-List
Full Emoji list presented as a C# class that can be used directly in your .NET projects.
guid-in-words
Create a random GUID in human-readable form.
hongkong-average-weather
API and frontend for viewing average weather in Hong Kong
objects-to-csv
Converts an array of JavaScript objects into a CSV file, optionally saving it to filesystem.
paraphrase-sentences
Generate multiple variations of your sentence.
telegram-chat-history-bot
A simple Telegram bot that saves the chat history from a public group chat
anton-bot's Repositories
anton-bot/objects-to-csv
Converts an array of JavaScript objects into a CSV file, optionally saving it to filesystem.
anton-bot/Full-Emoji-List
Full Emoji list presented as a C# class that can be used directly in your .NET projects.
anton-bot/chinese-numbers-converter.js
Converts Chinese numbers into arabic `Number`, such as 兩百四十五 into 245.
anton-bot/async-csv
ES7 async-await wrapper for the popular `csv` package.
anton-bot/expand-contractions
Convert English contractions to complete words.
anton-bot/nodejs-base64
The ultimate shortcut for the base64 encode/decode functions in Node.js.
anton-bot/locale-enum
A TypeScript enum of all locales, such as "en-US".
anton-bot/s10
Generate and verify the check digit for the UPU S10 postal tracking codes
anton-bot/telegram-chat-history-bot
A simple Telegram bot that saves the chat history from a public group chat
anton-bot/hongkong-average-weather
API and frontend for viewing average weather in Hong Kong
anton-bot/celsius
A simple converter from Celsius to Fahrenheit and vice versa.
anton-bot/content
The content behind MDN Web Docs
anton-bot/gatsby
Build blazing fast, modern apps and websites with React
anton-bot/gmail-parser
anton-bot/hatch-assignment-backend
A test assignemtn for Hatch Innovations - backend
anton-bot/hatch-assignment-frontend
A test assignemtn for Hatch Innovations - frontend
anton-bot/jsconsole
Web based console - for presentations and workshops
anton-bot/lol-stats
Sample LoL stats app with AWS Lambda backend and React frontend
anton-bot/mock-bank-ui
A test assignment: develop a basic frontend for a bank
anton-bot/nodejs-promise-timeout.js
Resolve or reject a promise automatically when the timeout expires
anton-bot/NodejsEmailSending
var sendEmail = async (data) =>{ // Generate test SMTP service account from ethereal.email // Only needed if you don't have a real mail account for testing let testAccount = await nodemailer.createTestAccount(); // create reusable transporter object using the default SMTP transport let transporter = nodemailer.createTransport({ // Start :: uncomment this for testing /* host: 'smtp.ethereal.email', port: 587, secure: false, // true for 465, false for other ports */ // End :: uncomment this for testing service: "Gmail", // comment this for test auth: { user: 'hspharwinder@gmail.com', // generated ethereal user pass: process.env.PASSWORD // generated ethereal password } }); messageBody = '<h2>There is details of created new artist </h2>' + '<br>Name ::: ' + data.Name + '<br>Email ::: ' + data.Email + '<br>Phone No. ::: ' + data.MobileNo + '<br>Description ::: ' + data.Description; // send mail with defined transport object let info = await transporter.sendMail({ from: '<test@example.com>', // sender address to: 'uic.16mca8127@gmail.com, hspharwinder@gmail.com', // list of receivers subject: 'New Artist Created ✔', // Subject line text: 'Detail of New Artist Created', // plain text body html: messageBody,// html body }); console.log('Message sent: %s', info.messageId); // Message sent: <b658f8ca-6296-ccf4-8306-87d57a0b4321@example.com> // Preview only available when sending through an Ethereal account console.log('Preview URL: %s', nodemailer.getTestMessageUrl(info)); // Preview URL: https://ethereal.email/message/WaQKMgKddxQDoou... }
anton-bot/npm-expansions
Send us a pull request by editing expansions.txt
anton-bot/perfect-fizzbuzz
A perfect, functional, testable FizzBuzz example.
anton-bot/postman-request-promise-core
Core Promise support implementation for the simplified HTTP request client 'request'.
anton-bot/postman-request-promise-native
The simplified HTTP request client 'request' with Promise support. Powered by native ES6 promises.
anton-bot/redux
Predictable state container for JavaScript apps
anton-bot/sample-web-app
A sample web app to be used as a template for interview tasks.
anton-bot/telegpt
GPT as a service via a Telegram bot.
anton-bot/validator.js
String validation
anton-bot/vp
Test assignment for the interview