Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hackerkid/Wikifeedia
:umbrella: Wikipedia turned into a newsfeed
https://github.com/hackerkid/Wikifeedia
api javascript jquery wikipedia
Last synced: 3 months ago
JSON representation
:umbrella: Wikipedia turned into a newsfeed
- Host: GitHub
- URL: https://github.com/hackerkid/Wikifeedia
- Owner: hackerkid
- License: mit
- Created: 2015-03-18T09:20:23.000Z (over 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2019-07-03T08:44:14.000Z (over 5 years ago)
- Last Synced: 2024-04-27T19:34:35.258Z (7 months ago)
- Topics: api, javascript, jquery, wikipedia
- Language: JavaScript
- Homepage: http://wikifeedia.vishnuks.com/
- Size: 3.84 MB
- Stars: 44
- Watchers: 4
- Forks: 21
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## How it works?
![alt tag](images/gif.gif)
The home page of Wikifeedia consist of a news feed of Featured articles. Featured articles are considered to be the best articles in Wikipedia. As of now there is no API for getting a list of featured articles that changes each time one make a request. To facilitate this I had to to make a new API server along with some Javascript tweaks.
The backend of Wikifeedia can be found [here](https://github.com/hackerkid/Wikifeedia-backend).
## Installation
```
git clone https://github.com/hackerkid/Wikifeedia/
cd Wikifeedia
python -m SimpleHTTPServer
```
Now browse to http://localhost:8000 .Equivalent python3 command is `python3 -m http.server`
## Contributing
Your code goes live the moment it gets merged. Excited? Here is a small list of ToDos you can start working right now.### TODO
* Improve the UI.
* The search results can be improved.
* Custom home page
* Implement any MV* framework ( preferably Backbone / React )Your own ideas are also welcome as pull requests.