Skip to content

cleancodedojo/numerology-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

numerology-core

  • numerology application prototype
  • application specific code

developer machine setup

mac operating system

  • open the terminal
  • install nvm, node, npm, yarn using the following commands:
touch ~/.bash_profile
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash
source ~/.bash_profile
nvm install v7.5.0
npm install -g npm
npm install -g yarn

install

git clone https://github.com/cleancodedojo/numerology-core.git
cd numerology-core
yarn

test

npm test

automatic test

npm run test-auto

build

npm run build

usage

import Numerology from "numerology-core";
let numerology = new Numerology();
let name = "Thomas Edison";
numerology.getDestinyNumber(name);

technologies

  • javascript
  • es6 + babel
  • mocha + chai
  • nvm + node + npm + yarn
  • gulp

license

MIT

team

references

  • jordan, juno. numerology. the romance in your name.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published