1.0.2 • Published 6 years ago

adonis-sophos v1.0.2

Weekly downloads
4
License
ISC
Repository
github
Last release
6 years ago

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-sophos

If using Yarn

yarn add --save adonis-sophos

Register 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')
1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago