Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thedhruvrawat/wikisearch
A simple Wikipedia search page made using MediaWiki API and modelled upon Google Search
https://github.com/thedhruvrawat/wikisearch
ajax api googlesearch jquery jquery-ui json mediawiki mediawiki-api wikipedia wikipedia-api
Last synced: 25 days ago
JSON representation
A simple Wikipedia search page made using MediaWiki API and modelled upon Google Search
- Host: GitHub
- URL: https://github.com/thedhruvrawat/wikisearch
- Owner: thedhruvrawat
- License: mit
- Created: 2020-05-01T17:33:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-23T11:43:38.000Z (over 4 years ago)
- Last Synced: 2024-12-19T05:43:42.826Z (25 days ago)
- Topics: ajax, api, googlesearch, jquery, jquery-ui, json, mediawiki, mediawiki-api, wikipedia, wikipedia-api
- Language: CSS
- Homepage: https://thedhruvrawat.github.io/WikiSearch/
- Size: 447 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Created on: April 30, 2020
Last Updated: May 12, 2020
# WikiSearch
#### A simple search application made using [MediaWiki API](https://www.mediawiki.org/wiki/API:Opensearch) and uses **AJAX** and **jQuery**.
#### [Demo](https://thedhruvrawat.github.io/WikiSearch/)
- It consists of **autocomplete** feature where it provides suggestions in a dropdown while typing the keyword in the search box.
- Makes use of **SweetAlert2**, a responsive alternative to JavaScript popup boxes### Useful links
- [JQuery Autocomplete UI](http://jqueryui.com/autocomplete/)
- [MediaWiki API](https://www.mediawiki.org/wiki/API:Opensearch)
- [SweetAlert2](https://sweetalert2.github.io/)
- [FontAwesome.com](https://fontawesome.com/)### License
**MIT © [Dhruv Rawat](https://github.com/thedhruvrawat/WikiSearch/blob/master/LICENSE)**