lenny-api

1.0.1 • Public • Published

lenny-api@1.0.1


npm i lenny-api

Nedir?

  • Bu paket rastgele ve güzel LENNY'LER almanı sağlar. Her kullanım 1 tane lenny sağlar.

Kaynak?


Kullanım

Async olmayan Fonksiyon

const lennyapi = require('lenny-api');

lennyapi.lenny().then(lenny => {
    console.log(lenny)
    // ya da başka bir kod...
})

Async olan Foksiyon

const lennyapi = require('lenny-api');

async function lenFunction() {
  const lenny = await lennyapi.lenny();
  console.log(lenny)
  // ya da başka bir kod...
}

lenFunction()

Sonuç

SonucGifNpm

Package Sidebar

Install

npm i lenny-api

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

2.76 kB

Total Files

3

Last publish

Collaborators

  • ekus447