xkcd-get

0.1.0 • Public • Published

xkcd-get

Build Status

Load random comic strips from http://xkcd.com/

installation:

Using npm:

⇒ npm install xkcd-get

Using bower:

⇒ bower install xkcd-get

setup:

script:

Load the javascript file, xkcd.js, into your page.

<script src="xkcd.js"></script>

image holder:

Add such a div element:

<div class="xkcd-img"></div>

image refresh:

Any element with the class xkcd-refresh will be targeted when adding a listener to listen for click. The xkcd comics will be replaced once such an element is clicked.

<a href="#" class="xkcd-refresh"></a>

credits:

Thanks to:

license:

The MIT License (MIT)

Copyright (c) 2015-2016 GochoMugo (www.gmugo.in)

Readme

Keywords

Package Sidebar

Install

npm i xkcd-get

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • gochomugo