npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@datafire/fungenerators_qrcode

v3.0.0

Published

DataFire integration for Fun Generators API

Downloads

3

Readme

@datafire/fungenerators_qrcode

Client library for Fun Generators API

Installation and Usage

npm install --save @datafire/fungenerators_qrcode
let fungenerators_qrcode = require('@datafire/fungenerators_qrcode').create({
  "X-Fungenerators-Api-Secret": ""
});

.then(data => {
  console.log(data);
});

Description

Fungenerators API gives access to the full set of generators available at fungenerators.com so that you can integrate them in your workflow or an app. Click here to get details and subscribe . Here are the individual API links:

QR Code API

Generate QR Code images for text, url, email , business cards etc. You can decode QR Code images and get the contents as well. The best and complete QR Code API on the cloud. Click here to subscribe

Actions

qrcode.business_card.get

Get a QR Code image for a business card aka VCARD

fungenerators_qrcode.qrcode.business_card.get({
  "firstname": "",
  "lastname": "",
  "email": ""
}, context)

Input

  • input object
    • firstname required string: First Name
    • lastname required string: Last Name
    • middlename string: Middle Name
    • email required string: Email id
    • company string: Company Name
    • phone_work string: Work Phone Number
    • phone_home string: Home Phone Number
    • phone_cell string: Cell Phone Number
    • street1 string: Street Address
    • street2 string: Street Address 2
    • city string: City
    • zip string: Zip Code
    • state string: State
    • country string: Country
    • format string: Output image format. Must be one of png/eps/raw/svg

Output

Output schema unknown

qrcode.decode.post

Decode a QR Code image and return the cotents if successful

fungenerators_qrcode.qrcode.decode.post({
  "qrimage": ""
}, context)

Input

  • input object
    • qrimage required string, object: QR Code image to decode and get the content value
      • content string
      • encoding string (values: ascii, utf8, utf16le, base64, binary, hex)
      • contentType string
      • filename string

Output

Output schema unknown

qrcode.email.get

Get a QR Code image for an email

fungenerators_qrcode.qrcode.email.get({
  "email": ""
}, context)

Input

  • input object
    • email required string: Email id to send the email to
    • subject string: Subject of the email(optional)
    • body string: Body of the email(optional)
    • format string: Output image format. Must be one of png/png/eps/raw/svg

Output

Output schema unknown

qrcode.phone.get

Get a QR Code image for a phone number

fungenerators_qrcode.qrcode.phone.get({
  "number": ""
}, context)

Input

  • input object
    • number required string: Phone Number
    • format string: Output image format. Must be one of png/eps/raw/svg

Output

Output schema unknown

qrcode.raw.get

Get a QR Code image for a block of raw data

fungenerators_qrcode.qrcode.raw.get({
  "rawtext": ""
}, context)

Input

  • input object
    • rawtext required string: Raw Text value
    • format string: Output image format. Must be one of png/eps/raw/svg

Output

Output schema unknown

qrcode.skype.get

Get a QR Code image for a skype user

fungenerators_qrcode.qrcode.skype.get({
  "username": ""
}, context)

Input

  • input object
    • username required string: Skype User name
    • format string: Output image format. Must be one of png/eps/raw/svg

Output

Output schema unknown

qrcode.sms.get

Get a QR Code image for a Phone number for SMS messaging

fungenerators_qrcode.qrcode.sms.get({
  "number": ""
}, context)

Input

  • input object
    • number required string: Phone Number to SMS
    • format string: Output image format. Must be one of png/eps/raw/svg

Output

Output schema unknown

qrcode.text.get

Get a QR Code image for a block of text

fungenerators_qrcode.qrcode.text.get({
  "text": ""
}, context)

Input

  • input object
    • text required string: Text value
    • format string: Output image format. Must be one of png/eps/raw/svg

Output

Output schema unknown

qrcode.url.get

Get a QR Code image for a url

fungenerators_qrcode.qrcode.url.get({
  "url": ""
}, context)

Input

  • input object
    • url required string: URL value
    • format string: Output image format. Must be one of png/raw/eps/svg

Output

Output schema unknown

Definitions

This integration has no definitions