Skip to content

lukemurray77/LowBar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lowbar

This project is my attempt at reimplementing some key methods of the underscore.js library.

Underscore is a JavaScript library that provides a whole mess of useful functional programming helpers without extending any built-in objects. See the underscore docs here.

I have hosted this project on github pages, check it out here.

Prerequisites

    Node.js v7.0.0 or higher

Installation

If you want to see the tests in action or check out the code in more detail just follow these steps:

git clone https://github.com/lukemurray77/LowBar.git LowBar

cd LowBar

npm install

npm test

About

My Implementation of some methods available in the underscore library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors