Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 359 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 359 Bytes

Funfacts

Start the application by running

$ npm install
$ node wikiproxy.js

... and serve funfacts.html from an HTTP server, like (with Python 2):

$ python -m SimpleHTTPServer 4321

Then point the browser to funfacts.html via the HTTP server, like:

http://localhost:4321/funfacts.html

Good luck!