Skip to content

A React based application for retrieving IssueHunt statistics

Notifications You must be signed in to change notification settings

jsmwoolf/IssueHunt-Statistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IssueHunt Statistics

Created with React, this application displays statistics for IssueHunt repositories.

Software Prerequisites

To run the application, you'll need to install MySQL 8. Do NOT use MySQL 5.7, as the protocol is changed.

Installation

To run the application, you'll need to install yarn, nodemod, and concurrently. To install these programs, run the following commands:

npm install -g concurrently
npm install -g nodemod
npm install -g yarn

To install the modules required from package.json, run the following command in command line:

npm install

Running the Application

For first time usage, you'll need to import the schema from schema.sql. You can run the following command:

mysql -u <username> -p IssueHunt_Database < schema.sql

The command above can also reinitialize the database.

To run on a local machine, enter the following command:

yarn dev

Current Functionality

The program can currently do the following:

  • Retrieve the number of repositories on a given day.
  • Retrieve the amount of money funded in total
  • Retrieve the total number of open issues.

About

A React based application for retrieving IssueHunt statistics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published