Giter VIP home page Giter VIP logo

Anton Ivanov's Projects

lerna-mit icon lerna-mit

A fork of lerna that maintains the MIT license, forever.

librefox icon librefox

Librefox, patches for mainstream Firefox for an enforced privacy and security

luis-sdk-async icon luis-sdk-async

An easier, awaitable, well-documented way to call Microsoft's LUIS service.

monty-hall-simulator icon monty-hall-simulator

Simulates the Monty Hall Problem over a given number of iterations, with an arbitrary number of doors.

nodejs-base64 icon nodejs-base64

The ultimate shortcut for the base64 encode/decode functions in Node.js.

nodejsemailsending icon 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: '[email protected]', // 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: '<[email protected]>', // sender address to: '[email protected], [email protected]', // 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: <[email protected]> // Preview only available when sending through an Ethereal account console.log('Preview URL: %s', nodemailer.getTestMessageUrl(info)); // Preview URL: https://ethereal.email/message/WaQKMgKddxQDoou... }

number-to-emoji icon number-to-emoji

Converts a number like 1337 to emoji sequence like 1️⃣3️⃣3️⃣7️⃣. Or vice versa!

objects-to-csv icon objects-to-csv

Converts an array of JavaScript objects into a CSV file, optionally saving it to filesystem.

pause-until icon pause-until

Pauses the execution of a function until you manually unblock it.

redux icon redux

Predictable state container for JavaScript apps

rxjs icon rxjs

The Reactive Extensions for JavaScript

s10 icon s10

Generate and verify the check digit for the UPU S10 postal tracking codes

sp-rest-api.js icon sp-rest-api.js

A lightweight JS library to work with SharePoint lists using the SharePoint REST API.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.