UNPKG

pageviews

Version:

A lightweight JavaScript client library for the Wikimedia Pageviews API for Wikipedia and various of its sister projects for Node.js and the browser.

15 lines (14 loc) 355 B
<!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>pageviews.js</title> </head> <body> <h1>pageviews.js</h1> Check the console for output. <script src="../pageviews.js"></script> <script src="pageviews-examples.js"></script> </body> </html>