An open API service indexing awesome lists of open source software.

https://github.com/yankouskia/warmup

Let's warm up!
https://github.com/yankouskia/warmup

Last synced: 21 days ago
JSON representation

Let's warm up!

Awesome Lists containing this project

README

        

# warmup
Let's warm up!

## Task

Your task is to implement function, which converts Celsius to Fahrenheit.
Write your solution in `src/index.js`

## Prepare and test

- Install [Node.js](https://nodejs.org/en/)
- Clone this repository: `git clone https://github.com/yankouskia/warmup.git`
- Go to folder `warmup`
- Run `npm install` in command line
- Run `npm test` in command line
- You will see the number of passing and failing tests