Skip to content

iishagupta/Radius-Interview-Assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Working Demo: http://13.233.183.38:5000/

Radius Interview Assignment

A task that says, given a github URL as input, fetch its open issues.

Calculate, how many were opened in last 24 hours, in last 1 week, and how many before that.

Asked to make a web interface and host on cloud.

Used flask for fast development.
Read main.py for more.

Installation

  1. Clone the repo.
  2. cd Radius-Interview-Assignment
  3. pip3 install flask
  4. pip3 install pytz
  5. npm install unirest
  6. Make sure you have GITHUB_CLIENT_ID and GITHUB_CLIENT_SECRET in your environment variables.
  7. You might want to install these dependencies in virtual_env if you want.

Running

-> python3 main.py
-> Go to localhost:9000

About

Radius Interview Assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published