FISHERDAY / intership-test-easy

My test task b.baraniuk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JS developer task

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

Country capital

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:

About

My test task b.baraniuk


Languages

Language:JavaScript 100.0%