express-cron-appengine

1.0.1 • Public • Published

express-cron-appengine

Express middleware that secure a Scheduling Jobs for App Engine

Installation

Use the package manager npm to install express-cron-appengine.

npm install express-cron-appengine

Usage

const cron = require("express-cron-appengine")
 
app.get('/demo', cron, function(req, res) {
    res.sendStatus(200)
}));

or

import cron from 'express-cron-appengine'
 
app.get('/demo', cron, function(req, res) {
    res.sendStatus(200)
}));

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i express-cron-appengine

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

2.67 kB

Total Files

4

Last publish

Collaborators

  • arwantys