kanye.js

Kanye.js utilizes the https://kanye.rest/ API to return random quotes from Kanye West

Usage no npm install needed!

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

README

Kanye.js

Kanye.js utilizes the https://kanye.rest/ API to return random quotes from Kanye West

Installation

npm i kanye.js

Usage

const kanye = require("kanye.js")
kanye().then(({quote}) => {
    console.log(quote)
});

License

Kanye.js is Licensed under the MIT License