Skip to content

jennymarin1989/Color_converter-node.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

Color_converter

This is a side project in construction, the aim is to understand the principles of Node.js following a tutorial which provides the guide to create a color converter that can translate from RGB(red, green, blue) to hexadecimal color representation and exposes the translation in a web server.

Tech stack

Technologies used:

  • Node.js
  • Express.js

Testing framework:

  • Mocha
  • Chai

Set up and installation

Open your terminal

Click HERE to download and install node.js if you do not have it.

Verify your installation by typing:

$ node -v

Clone this repo onto your computer:

$ git clone https://github.com/jennymarin1989/Color_converter-node.js.git

Install the required dependencies:

$ npm install

Run the server, and begin!

$ node server.js

Run test

$ npm test

Author

Jenny Arenas

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published