Comprehensive JavaScript client to explore MediaWiki APIs, using jQuery, Bootstrap, Font-Awesome.
install: | $ npm install |
---|---|
all tests: | $ npm test |
unit test: | $ npm run unit-test |
e2e test: | $ npm run e2e-test |
demo app: | $ npm run express-app |
We use Semantic Versioning guidelines as much as possible.
- 0.0.6 funtions to pull pages and images from any category.
- 0.0.5 getArticle will get any wiki article and present the content in bootstrap row with left and right column.
- 0.0.4 Set up to use express.js as the local testing server and demo server.
- 0.0.3 We have both unit and e2e testing set up properly now. We use Protractor for end to end testing.
- 0.0.2 started the empty JavaScript class and set Karma runner for unit testing.
- 0.0.1 initial commit to build the npm package.
Check the document folder.