definem / AllCountrys

AllCountrys API with TailwindCss/HTML/Css/JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 

About

AllCountrys API with TailwindCss/HTML/Css/JavaScript


Languages

Language:JavaScript 68.4%Language:HTML 30.7%Language:CSS 0.8%