Git Product home page Git Product logo

evaluate-news-nlp's Introduction

Aylien Sentiment Analyzer

This project is about using Webpack along with other front end developer tools to create a webpage that uses Aylien API to process and display data.

The goal of this project is to get practice with:

  • Setting up Webpack
  • Sass styles
  • Webpack Loaders and Plugins
  • Creating layouts and page design
  • Service workers
  • Using APIs and creating requests to external urls

Getting started

cd into the project root folder and run

  • npm install

Setting up the API

First, you will need to go here. Signing up will get you an API key. Don't worry, at the time of this course, the API is free to use up to 1000 requests per day or 333 intensive requests. It is free to check how many requests you have remaining for the day.

Second, create a file named ".env" in the root directory of the project. File with your API keys like this:

API_ID=**************************
API_KEY=**************************

Starting the Server

Inside of the root directory of the project, right click and open a terminal window. Type in npm run start to run the API server

Starting client in Production

Inside of the root directory of the project, open ANOTHER terminal window and Type in npm run build-prod to run client

Starting client in Development

Then in npm run build-dev to run client

Testing with Jest

Type in npm run test to test with Jest

Paste in a link!

Everything should be good to go, now just paste in a link and click on "Analyze Link"

evaluate-news-nlp's People

Contributors

bleukraken avatar

Watchers

 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.