Coder Social home page Coder Social logo

nerv's Introduction

NERV News

NERV is a news aggregator that offers the additional feature of providing sentiment analysis through beautiful visualizations. Users have the choice to search for individual topics or sign up for an account to save the topics they are interested in and receive notifications each time the sources get updated with new content. We provide data visualization for each individual article that is searched.

Technologies In Use

NERV is built using the Express framework for Node.js. On the frontend, we use Express-Handlebars for the overall rendering and D3.js for the visualizations. We use the Guardian API as our main source for information. Sentiment analysis is done by using 3 npm modules: sentiment,polarity, and emotional (see the Sentiment Analysis Wikipage for detailed information).

How To Use It

Please clone this repo.

git clone https://github.com/nervnews/nerv.git

Then, you will need to direct yourself to the Guardian API documentation to get an API key which you will need to place in a config.env file in the root of this repo's directory. You can get an api key for free by going to this link.

cd nerv
touch config.env

//Inside the config.env file add this line

GUARDIAN_KEY = your_api_key_goes_here

After that, you will need to install the npm dependencies. When this is done simply run the app with node.

npm install
node start

nerv's People

Contributors

sophiavocado avatar mynahmarie avatar ghassanmas avatar karyum avatar prodionov avatar claireinez avatar harrygfox avatar

Watchers

James Cloos 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.