Coder Social home page Coder Social logo

taskscheduler's Introduction

Task Scheduler

This is used for scheduling Email newsletters;

Developed With

  • Nodejs
  • Agenda
  • Nodemailer
  • ExpressJs
  • MongoDb

Functionality

  • Schedule emails for Day(n)(1-31) of every month
  • Get All schedules
  • Update Schedules
  • Delete Schedules

Install and tweak to your satisfaction and also start the repo

Available Routes

  • POST /api/schedule/createjob

    • it takes an object of
      • "nameOfJob": "",

      • "recievingEmail": "",

      • "message": "",

      • "emailSubject": "",

      • scheduled time of

        • "min": 30, (default)(0-59)
        • "hr":"",(0-23)
        • "dayofMonth":"",(1-31)
        • "dayOfWeek": "",(names or 0-7, 0 and 7 are sunday)
        • "month": ""(1-12 or names)

        if you provide 2 for hr(hours) 30 for min 3 for dayOfMonth The email will be sent every 2:30am on the 3rd of every month

        To know more about the timing, Visit (Node cron npm page https://www.npmjs.com/package/node-cron).

  • GET /api/schedule/getAll

    • It returns an array of all scheduled tasks
  • PUT /api/schedule/update

    • it takes an object of
      • "nameOfJob": "",
      • "priority": (Like i said earlier, you can install and tweak)
  • DELETE /api/schedule/delete

    • it takes an object of
      • "nameOfJob": "",

Happy Hacking ๐Ÿ˜‹

taskscheduler's People

Contributors

seyi-js avatar

Watchers

James Cloos avatar  avatar

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.