An Ionic app to do instant search through Wikipedia utilizing MediaWiki action API and built on top on Angular. Please feel free to edit, fork or play around with the code. Happy Coding!
API Reference: MediaWiki action API
Edit this project on StackBlitz
Simply clone the repo and follow the steps below:
First you need to run npm install
.
After that, to preview in your browser simply run:
$ ionic serve
To preview in the emulator, run:
$ ionic cordova platform add ios
$ ionic cordova run ios
Substitute ios for android if not on a Mac.