Socket
Book a DemoInstallSign in
Socket

@lukechavers/unit-conversion

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lukechavers/unit-conversion

My solution to the Flexion Coding Challenge (v3.2)

latest
Source
npmnpm
Version
1.0.4
Version published
Maintainers
2
Created
Source

flexion-coding-challenge

My solution to the Flexion Coding Challenge (v3.2)

Prerequisites

In order to run this application, you'll need a relatively recent version of Node.js and NPM. This application was developed against the following versions:

$ node -v
v8.12.0

$ npm -v
6.4.1

Quick Start

The easiest way to launch the app is via npx, which ships with npm.

$ npx @lukechavers/unit-conversion

Installation

If you'd like to install the application on your system, there are two ways to go about it. Use the npm method if you'd just like to run or use the app or the git method if you'd like to develop or view the full project source code.

Using NPM

$ npm install -g @lukechavers/unit-conversion
$ unit-conversion

Using Git

$ git clone git@github.com:vmadman/flexion-coding-challenge.git
$ cd flexion-coding-challenge
$ npm install
$ npm start

Todo

  • Add additional units of measure
  • Add a lot more unit tests for unit conversions.
  • Add test coverage analysis and strive for 100% coverage.
  • Move solution calculation logic out of ConsoleController and into dedicated utility classes.
  • Add support for saving and loading worksheets for scoring the same worksheet for multiple students in rapid succession.

FAQs

Package last updated on 12 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts