Adonis Sophos is an NPM package for Adonisjs that returns daily tidbits of wisdom for your day.
Simply run the below command and follow the instructions below.
npm install --save adonis-sophos
If using Yarn
yarn add --save adonis-sophos
Register provider inside start/app.js
file.
const providers = [
'adonis-sophos/providers/SophosProvider'
]
And then you can access it as follows
const Sophos = use('Sophos')