DEV Community

Cover image for Use your lock screen as a business card - Weekend project
Miquel Camps
Miquel Camps

Posted on

Use your lock screen as a business card - Weekend project

Information

This is an old weekend project I made a few years ago in PHP, Today I rewrite the code to generate the wallpaper using only javascript.

In the fist version I was using PHP-GD to generate the background and Google Chart API to generate the QR code image, now I'm using javascript-canvas to generate the full image and qrious a javascript library to generate the QR via javascript.

I hope you find it useful for networking in your upcoming events.

Demo

https://vivirenremoto.github.io/idwallpaper/

Features

  • Help the environment, you don't waste paper
  • Quick access, just turn on the phone
  • It's an image, compatible with any phone
  • You don't have to install any app

Tecnologies

  • javascript
  • canvas
  • qrious javascript library

Source code

https://github.com/vivirenremoto/idwallpaper

Options

Alt Text

Top comments (0)