All Projects → hemanth → xkcd-img

hemanth / xkcd-img

Licence: other
Custom Polymer element for displaying random images from XKCD!

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to xkcd-img

gw2-ninja
A collection of Guild Wars 2 Tools.
Stars: ✭ 17 (+41.67%)
Mutual labels:  polymer
moment-element
Web Component (with Polymer) wrapper for the moment library
Stars: ✭ 15 (+25%)
Mutual labels:  polymer
file-fire
Simple way to upload and download files from Firebase Storage.
Stars: ✭ 13 (+8.33%)
Mutual labels:  polymer
abdonrd.com
My little personal website
Stars: ✭ 16 (+33.33%)
Mutual labels:  polymer
nuxeo-ui-elements
Library of UI web components
Stars: ✭ 20 (+66.67%)
Mutual labels:  polymer
x-play
🎼 🎶 🎵 🎹 🎻 🎷 🎺 🎸
Stars: ✭ 23 (+91.67%)
Mutual labels:  polymer
eslint-plugin-lit
lit-html support for ESLint
Stars: ✭ 90 (+650%)
Mutual labels:  polymer
app
💥 a modern xkcd iOS client
Stars: ✭ 31 (+158.33%)
Mutual labels:  xkcd
jupyterlab xkcd
Random xkcd comic in a JupyterLab panel
Stars: ✭ 30 (+150%)
Mutual labels:  xkcd
scheduler-component
A Web Component wrapper for FullCalendar library that uses Polymer version 2.0 and ES6.
Stars: ✭ 24 (+100%)
Mutual labels:  polymer
synthesis
🔥 Synthesis is Meteor + Polymer
Stars: ✭ 28 (+133.33%)
Mutual labels:  polymer
vaadin-dialog
High quality web component for modal dialogs. Part of the Vaadin platform.
Stars: ✭ 15 (+25%)
Mutual labels:  polymer
polymer-ui-router
UI-router wrapper for Web Components
Stars: ✭ 24 (+100%)
Mutual labels:  polymer
multi-chart
lit-element building blocks for charts and visualization (based on d3.js v5)
Stars: ✭ 24 (+100%)
Mutual labels:  polymer
xkcd-to-kindle
A Python script that downloads XKCD comics and converts them to a .mobi e-book
Stars: ✭ 15 (+25%)
Mutual labels:  xkcd
ProjectTabManager
Have too many tabs opened on Chrome? This extension helps you organize your tabs on windows per projects.
Stars: ✭ 98 (+716.67%)
Mutual labels:  polymer
mdgrad
Pytorch differentiable molecular dynamics
Stars: ✭ 127 (+958.33%)
Mutual labels:  polymer
xkcd-excuse-generator
Serverless image generator that uses XKCD comic as basis for _all_ excuses!
Stars: ✭ 63 (+425%)
Mutual labels:  xkcd
lego
🚀 Web-components made lightweight & Future-Proof.
Stars: ✭ 69 (+475%)
Mutual labels:  polymer
HexBot
A Relatively Simply Awesome Discord bot with Music, Games, Comics, Memes and other cool features. This bot is made in Python 3.8 using discord.py
Stars: ✭ 109 (+808.33%)
Mutual labels:  xkcd

<xkcd-img>

Custom Polymer element for dispalying a random XKCD img!

Maintained by Hemanth.HM

Demo

Demo

Installation

$ bower install --save xkcd-img

Usage

  1. Import Web Components' polyfill:

<script src="https://github.com//cdnjs.cloudflare.com/ajax/libs/polymer/0.1.4/platform.js"></script>

  1. Import Custom Element:

<link rel="import" href="src/xkcd-img.html">

  1. Start using it!

<xkcd-img> </xkcd-img>

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].