Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

techsyndicate/codimg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codimg

A re-modelled approach to plagiarism detection which enables software owners to generate a report for themselves on where, how and what piece of code written by them has been used by developers around the world, and whether it has been used in an ethical way or not.

In addition to this, our app also enables a developer to know whether he/she is violating a license agreement while also indicating how much of the code written by them is copied or sourced from another repository.

Features

  • File based report generation: Codimg gives you the option to select particular files and check where and by whom has that piece of code been used elsewhere.
  • Real-time checker: We start running the checks at the very moment of input, thus making sure of always checking the latest version.
  • Free and open-source: We are an open-source community and do not intend to charge for using our products.

Getting Started

  1. Clone the source code and install all the dependencies.
$ git clone https://github.com/techsyndicate/codimg
$ cd codimg && npm install
  1. Enter your GitHub OAuth token in a .env.
  2. Run the server using npm run dev.