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!
- Host: GitHub
- URL: https://github.com/yankouskia/warmup
- Owner: yankouskia
- License: mit
- Created: 2018-02-16T11:00:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-09T22:33:46.000Z (over 3 years ago)
- Last Synced: 2025-03-28T09:08:17.037Z (28 days ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 14
- Watchers: 3
- Forks: 1,021
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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