axolotl.js

Axolotl.js utilizes the AxolotlAPI to return pictures and facts about Axolotls

Usage no npm install needed!

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

README

Axolotl.js

Axolotl.js utilizes the AxolotlAPI to return pictures and facts about Axolotls

Installation

npm i axolotl.js

Usage

const Axolotlt = require("axolotl.js")
Axolotl().then(({url, facts}) => {
    console.log(url, facts)
});

License

Axolotl.js is Licensed under the MIT License