adonis-sophos
v1.0.2
Published
Bite-size nuggets of inspiration for your next big startup idea.
Downloads
17
Readme
What's This?
Adonis Sophos is an NPM package for Adonisjs that returns daily tidbits of wisdom for your day.
Getting Started
Simply run the below command and follow the instructions below.
npm install --save adonis-sophosIf using Yarn
yarn add --save adonis-sophosRegister provider
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')