3.3.7 • Published 4 months ago

imgflip.com v3.3.7

Weekly downloads
32
License
GPL-3.0
Repository
github
Last release
4 months ago

imgflip.com npm version

An imgflip.com API client. For a documentation on the API see https://api.imgflip.com/.

Installation

Run yarn add imgflip.com or npm install imgflip.com.

Usage

A complete documentation is available at https://ffflorian.github.io/api-clients/packages/imgflip.com/.

Example

import {Imgflip} from 'imgflip.com';

const imgflip = new Imgflip();

imgflip.api
  .getMemes().then(response => {
    //
  });

imgflip.api
  .captionImage({{
    username: 'myUser',
    password: 'secret-password',
    template_id: 438680,
    // ...
  })
  .then(response => {
    //
  });

Build and test

yarn
yarn test
3.3.7

4 months ago

3.3.6

6 months ago

3.3.5

11 months ago

3.3.4

1 year ago

3.3.3

1 year ago

3.3.2

2 years ago

3.3.1

2 years ago

3.3.0

2 years ago

3.2.1

2 years ago

3.2.0

3 years ago

3.1.4

3 years ago

3.1.3

3 years ago

3.1.2

3 years ago

3.1.1

3 years ago

3.1.0

3 years ago

3.0.4

3 years ago

3.0.3

3 years ago

3.0.2

3 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.4.0

4 years ago

2.3.1

4 years ago

2.3.0

4 years ago

2.2.6

4 years ago

2.2.5

4 years ago

2.2.4

4 years ago

2.2.3

4 years ago

2.2.2

4 years ago

2.2.1

4 years ago

2.2.0

4 years ago