Playground for testing Ramda functional approach to solve common problems.
Currently with the solution for:
- Convert cucumber.js data table to list of objects (map, prop, splitAt, zipObj)
- Group, sort and map a list of objects (descend, groupBy, head, map, pipe, prop, sortWith)
- Generate timesheets report (__, add, complement, curry, filter, length, map, pathOr, prop, propEq, sum)
- Clone the repository:
git clone https://github.com/douglasnomizo/ramda_playground.git- Install Node dependencies:
yarn installUsing ava as the default test runner:
npm testUsing eslint:
npm run lintYou can also check the last builds on Tavis-CI:
https://travis-ci.org/douglasnomizo/ramda_playground
- Ramda - The coolest javascript funcional library
- AVA - Used to generate RSS Feeds
- AirBnB Style Guide - Keep the code clean and consistent
- Douglas Nomizo