How to use agendash - 1 common examples

To help you get started, we’ve selected a few agendash examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github santiq / bulletproof-nodejs / src / api / routes / agendash.ts View on Github external
export default (app: Router) => {

  const agendaInstance = Container.get('agendaInstance')

  app.use('/dash', 
    basicAuth({
	  users: {
	    [config.agendash.user]: config.agendash.password,
	  },
	  challenge: true,
	}),
	agendash(agendaInstance)
  )
}

agendash

A modern dashboard for Agenda.js with Pagination and Search capabilities

MIT
Latest version published 1 year ago

Package Health Score

63 / 100
Full package analysis

Popular agendash functions