An open API service indexing awesome lists of open source software.

https://github.com/zeioth/algorithm2

Slightly out of time, but done
https://github.com/zeioth/algorithm2

Last synced: about 1 year ago
JSON representation

Slightly out of time, but done

Awesome Lists containing this project

README

          

# algorithm2
Part of the codelity entry test for CommerceHub.

## What is this
This project simulates the codelity environment. It can be used to verify the code runs correctly.

## Dependencies
It is adviced to install the dependencies globally, but typescript can be installed locally if prefered.

nodejs
typescript

## How to use
```sh
// This transcompiles to js and run the code
tsc ./main.ts --lib es2015,dom
node main.js
```