quotos

Best Quote from startup interpener

Usage no npm install needed!

<script type="module">
  import quotos from 'https://cdn.skypack.dev/quotos';
</script>

README

const Sophos = use('Sophos')

That's all folks! To get a random quote, we just have to follow the above instructions and call it like this in our code.

    const Sophos = use('Sophos')
    
    Sophos.getQuote().then(quote => {
        res.json(quote)
    })