Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spotahome/spotahome-code-kata
https://github.com/spotahome/spotahome-code-kata
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/spotahome/spotahome-code-kata
- Owner: spotahome
- Created: 2020-03-06T14:34:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-06T14:34:51.000Z (almost 5 years ago)
- Last Synced: 2024-11-06T09:12:39.536Z (3 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 25
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spotahome Code Kata
Implement the required code to make every test pass. The source file for the kata is in [`./src/kata/toRoman.js`](./src/kata/toRoman.js)## Steps
1. Fork this repository
2. Run `yarn`
3. Run `yarn start`
4. Start coding!