Socket
Socket
Sign inDemoInstall

axolotl.js

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axolotl.js

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


Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

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)
});
// Or
(async () => {
    let {url, facts} = await Axolotl();
    console.log(url, facts)
})();

License

Axolotl.js is Licensed under the MIT License

Keywords

FAQs

Package last updated on 10 Sep 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc