Skip to content

Creates a serverless function that handles multiple API queries of country data

Notifications You must be signed in to change notification settings

chrisyamas/capital-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LAB - Class 16

Project: Capital Finder

Author: Christopher Yamas

Setup

How to run application

The application is deployed on Vercel.app with the base url of:

Examples

Searching for country with capital name

A user can query the app with a capital city name, like Paris, in the url:

This will render a string on the browser page saying:

  • Paris is the capital of France.

Searching for capital with country name

A user can also query the app with a country name, like France, in the url:

This will render a string on the browser page saying:

  • The capital of France is Paris.

About

Creates a serverless function that handles multiple API queries of country data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages