/slang-activity

Slang challenge

Primary LanguageTypeScript

Slang challenge

In this challenge I created an algorithm that receives user activities then return grouped user sessions.

Setup the project

Install node, optionally can use nvm

nvm install
nvm use

Install dependencies

npm install

Running tests

Some tests were created, those can be executed using

npm test

Running the main script

The main script for the challenge is the main.ts file, to execute it just use

npm start