Skip to content

hackerkid/Wikifeedia

gh-pages
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 

How it works?

alt tag

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.

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.

About

Wikipedia turned into a newsfeed

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published