/palindromes

A tiny example on how to use Babel together with Node.js

Primary LanguageJavaScript

palindromes

A small script to test if a word is a palindrome.

Why?

Palindromes are cool.

But this is mostly an experiment on how to use Babel together with Node.js. This way we are able to utilize the latest features from ES2015 which are not yet available in Node.js.

At the time of writing I believe the only feature this example uses that is not available is Modules. But those are just too cool to live without, right?

How

Test using Tape:

$ npm run test

Develop using nodemon:

$ npm run dev