immedia is a real-time news and social media aggregator for Wikipedia. It is available on the web at immedia.xyz or via a Google Chrome browser extension from the Google Chrome Store.
Wikipedia is the sixth most-visited website in the United States [1], undoubtedly because of the quick answers it can provide the casual web surfer. However, it's often incomplete.
In a world where financial markets can turn on less than 140 characters, or the newest video superstar is born overnight, a need exists for a resource that combines mankind's cumulative knowledge with the immediacy of the real world. That's the main reason we created immedia.
An immedia search aggregates relevant news articles from sources like the New York Times and the Economist, popular videos uploaded to YouTube, and important Tweets all within the last 30 days, while still providing the high-level context of Wikipedia.
For those familiar with Wikipedia, the immedia timeline can be embedded directly into a corresponding Wikipedia article to provide seamless content discovery.
We invite you to get started on your next exploration at immedia.xyz or via our Chrome extension.
immedia, your real-time encyclopedia
- Fork repo
- Create feature branch:
git checkout -b new-feature
- Install node modules in project root:
npm install
- Add API keys to server/keys.js
- Start MongoDB:
mongod
- Commit changes:
git add <files> && git commit -m "[feature] (client/server) add new feature"
- Lint, minify code:
gulp production
- Push to fork:
git push origin new-feature
- Submit a pull request to upstream repo
- Joel Dado
- OJ Haugen
- Uchechukwu Nnadi
- Jackson Sierra
- Ryan Smith
[1] 'Top Sites in United States.' Alexa, an Amazon Company, 2015. http://www.alexa.com/topsites/countries/US
MIT