froesecom / codewars-functional-sql

My solution to the Codewars Functional SQL problem

Home Page: https://www.codewars.com/kata/functional-sql/typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Functional SQL

This is my solution to the codewars Functional SQL problem https://www.codewars.com/kata/functional-sql/typescript

An overview of the problem can be found in problem_overview.md

To install

  • clone repo
  • yarn install

To run

Just run the tests. If they pass, it works.

  • yarn test to run tests

Built using Node 12.8

Includes:

  • TypeScript
  • Jest configured for TS (testing framework)
  • ts-node (TypeScript execution for NodeJS)
  • Prettier + my config (Code formatting)
  • TSLint + config

About

My solution to the Codewars Functional SQL problem

https://www.codewars.com/kata/functional-sql/typescript


Languages

Language:JavaScript 54.1%Language:TypeScript 45.9%