Skip to content

Instantly share code, notes, and snippets.

@jesusprubio
Created December 16, 2019 16:14
Show Gist options
  • Select an option

  • Save jesusprubio/3da9e6db630a8c8d157c7243cd3f43d8 to your computer and use it in GitHub Desktop.

Select an option

Save jesusprubio/3da9e6db630a8c8d157c7243cd3f43d8 to your computer and use it in GitHub Desktop.

Revisions

  1. jesusprubio created this gist Dec 16, 2019.
    9 changes: 9 additions & 0 deletions bootstrap.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    'use strict';

    const motivation = require('motivation');

    module.exports = async () => {
    const res = motivation.get();

    strapi.log.info(`\n${res.text} (${res.author})\n`);
    };