https://github.com/rickyvetter/smashingwikipedia
A JavaScript website that pulls random Wikipedia articles and shows you the first paragraph.
https://github.com/rickyvetter/smashingwikipedia
Last synced: 4 months ago
JSON representation
A JavaScript website that pulls random Wikipedia articles and shows you the first paragraph.
- Host: GitHub
- URL: https://github.com/rickyvetter/smashingwikipedia
- Owner: rickyvetter
- Created: 2014-04-08T21:13:16.000Z (about 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2014-04-11T16:45:56.000Z (about 11 years ago)
- Last Synced: 2025-01-10T10:04:28.553Z (5 months ago)
- Language: JavaScript
- Homepage: http://rickyvetter.com/smashingwikipedia/
- Size: 391 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Smashing Wikipedia
=================Smashing Wikipedia is an app that cuts Wikipedia articles down to size. You can load random articles, pick from those listed in the sidebar, or view your own by replacing the article name in the URL with the name of the article (i.e. rickyvetter.com/smashingwikipedia/#/Richard Nixon).
Features:
---------
* Consumes wikipedia's restful JSON API
* View random article - 1st paragraph only (or full extract via setting change in the JS)
* Refresh or select a new random article
* Single-page application
* No page refresh required to update API data
* Completely client side applicationFunctionality:
--------------
* Responsive design for on mobile and laptop/desktop
* Tested on Firefox, Chrome, IE9+, Windows Phone, iPhone
* Should work on Android, Opera
* Ignores user chatter/talk (check out namespaces in the API)
* Links to main article
* Can be used with only key strokes
* ~~Can be used with swipe~~ removed because prevent default on gesture libraries made scrolling difficult.Built With:
-----------
* jQuery
* HTML5
* CSS3
* Foundation