author: Oleksander Krainiak
year made: 2024
this is a project made to practice my skills up to that point.
it is basicly an unofficial API for the SUM Ukrainian Dictionary
- how to use pupputeer
- how to web scrape
- used regex for the first time
- how to use figlet
- how to use TS
- how to use forEach
- change directory to this project.
- run
bun .
- it will ask you
what word defenition do you need?
- type the word you want to know about (in Ukrainian
морозиво
or in englishmorozyvo
) - get the answer!
МОРО́ЗИВО, а, сер. Заморожена солодка їжа з вершків, соку, ягід і т. ін. Вони підійшли до буфету, де продавали воду й морозиво (Олександр Копиленко, Сусіди, 1955, 66); В ресторані замовляли пиво, морозиво, якусь воду, аби тільки сидіти тут у прохолоді (Іван Ле, Міжгір'я, 1953, 14).
To install dependencies:
bun install
To run:
bun .
This project was created using bun init
in bun v1.1.3. Bun is a fast all-in-one JavaScript runtime.