0.1.0 • Published 8 years ago

xkcd-get v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

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)