0.1.0 • Published 10 years ago
xkcd-get v0.1.0
xkcd-get
Load random comic strips from http://xkcd.com/
installation:
Using npm:
⇒ npm install xkcd-getUsing bower:
⇒ bower install xkcd-getsetup:
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:
- Randall Munroe for the xkcd comic strips.
- Hemanth for hosting the web app serving urls to random comic strips from xkcd.
- You for enjoying comics.
license:
The MIT License (MIT)
Copyright (c) 2015-2016 GochoMugo (www.gmugo.in)