mobulajs

1.0.0 • Public • Published

mobula-js

Mobula JS client. 2 lines of code to get seamless meta-data about any crypto-token.

Get started

First thing first, let's download Mobula JS.

npm i mobulajs

To get data from Mobula, use the getData function :

const Mobula = require('mobulajs');

const mobula = new Mobula();

mobula.getData('0x557233e794d1a5fbcc6d26dca49147379ea5073c').then(console.log);

That's it. You're done.

Package Sidebar

Install

npm i mobulajs

Weekly Downloads

3

Version

1.0.0

License

ISC

Unpacked Size

1.73 kB

Total Files

3

Last publish

Collaborators

  • nbmsacha