Your task is to create new endpoint.
When you are done, you can either send a pull request to this repository with your solution or email your solution to HR manager.
You will then receive a detailed review of your code.
Good luck!
Endpoint must return a capital of the provided country.
- Method:
GET
- Endpoint:
http://localhost:3000/capital
- Query parameters:
country
- Example of request and what should be returned:
GET
http://localhost:3000/capital?country=latvia
- Returned text:
Capital of Latvia is Riga
- Suggested modules to use: