Giter Club home page Giter Club logo

automatic_goggles's Introduction

Meta News Link Analysis

Single page application designed to let news readers get background info on the subject of their reading and help them tap into a unified conversation.

It takes as input data a news article and gives back a single page of results that includes:

  1. a relevant wiki article
  2. a mapped location of relevant location for geographic context
  3. relevant photos
  4. relevant short video clips.
  5. if applicable, it will find tweets relevant to the event, and allow the user to participate in the conversations.

All of the above results will be filtered by varied criteria.

Development (Few Tips Before Starting):
  1. Install nodemon: npm install -g nodemon This module will allow you to make changes to your files without having the user to close and reopen the server.
  2. Install node inspector: npm install -g node-inspector A debugger for node js. Two ways of using it:
    1. node-debug server.js This will allow us to automatically start debugging the server using the Inspector on Chrome Browser.
    2. Using two terminals, start one by typing 'node-inspector' and then copying the url into the browser and starting the second terminal by typing nodemon --debug server.js. In addition, type in 'debugger;' wherever you require it inside the js file. additional: --debug-brk
Git (team process):
  1. Sync your fork with upstream.
  2. Merge the new code from upstream with your code on your branch.
  3. Push your branch to to upstream.
  4. Open a pull request on Github to merge your branch with upstream/development.
Database (getting started for development):
  1. Now using MongoDB

automatic_goggles's People

Contributors

am52saif avatar navidkazempour avatar keywordnew avatar leahchurchley avatar

Watchers

James Cloos avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.