Skip to content

Instantly share code, notes, and snippets.

@jesusprubio
Created December 16, 2019 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jesusprubio/3da9e6db630a8c8d157c7243cd3f43d8 to your computer and use it in GitHub Desktop.
Save jesusprubio/3da9e6db630a8c8d157c7243cd3f43d8 to your computer and use it in GitHub Desktop.
'use strict';
const motivation = require('motivation');
module.exports = async () => {
const res = motivation.get();
strapi.log.info(`\n${res.text} (${res.author})\n`);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment