Get country details in one go ⚡
Search for any country names on the search bar to get its details.
This project uses two APIs:
- rest countries API (free | No Sign Up)
- openweather API (API key required | Sign Up)
API keys will be sent to your inbox after you sign up.
Add the key to the .env
file:
cp .env.example .env
Install dependencies 🌟
npm install
Run the server 🚀
npm start
This app is hosted using vercel. 🌠
- Fuzzy match search countries
- Debounce on search form