https://github.com/hackerkid/wikifeedia-backend
The back end that powers Wiki Feedia
https://github.com/hackerkid/wikifeedia-backend
Last synced: about 1 month ago
JSON representation
The back end that powers Wiki Feedia
- Host: GitHub
- URL: https://github.com/hackerkid/wikifeedia-backend
- Owner: hackerkid
- Created: 2015-05-19T21:31:34.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-22T10:13:25.000Z (about 10 years ago)
- Last Synced: 2025-01-08T05:04:07.838Z (over 1 year ago)
- Language: PHP
- Size: 6.84 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

##Wikipedia turned into a Newsfeed

##How it works?
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 frontend of Wikifeedia can be found [here](https://github.com/hackerkid/Wikifeedia).
##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.