Skip to content

DenysTavarez/comment-hunter-client-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reddit Scraper - client test

This is the graphic front-end of the Reddit Scraper prototype.

Displays the frequency of keyword mentions in comments on r/all as a heat map graphic and works in tandem with reddit-scraper-prototype and reddit-scraper-server-test.

Installation

Use npm to install.

npm install

Usage

You must create .env file in the root folder of this project on your local machine.
Make sure to set REACT_APP_SERVER_NAME=[the-comment-hunter-server-app-name-on-Heroku] in this .env file.

To start,

npm start dev

Tools

  • ReactJS Javascript framework.
  • D3.js data visualization library.
  • Node Javascript interpreter.
  • Npm Node package manager.

License

MIT

About

Client side of the comment-hunter-prototype

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 57.4%
  • HTML 27.8%
  • CSS 14.8%