/AllCountrys

AllCountrys API with TailwindCss/HTML/Css/JavaScript

Primary LanguageJavaScript

ALL COUNTRIES REST API.

API DOCUMENTATION

BASE URL

https://restcountries.com/v3.1 

END POINTS


ALL
baseURL/all

NAME

Search by country name. If you want to get an exact match, use the next endpoint. It can be the common or official value

baseURL/name/${name}

REGION

Search by region (replace X with the version you want to use)

baseURL/region/${region}

build style.css

npx tailwindcss -i ./src/style.css -o ./dist/output.css --watch