Skip to content

chimeziriobioha/greet_visitor_and_show_weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stage One Task for backend programming participants in HNG11 Internship.

It's a basic web app that exposes an API endpoint which retuns JSON object conforming to below criteria:

Endpoint:

[GET] <example.com>/api/hello?visitor_name="{REQUESTER_NAME}" (where <example.com> is server origin)

Response:

{
  "client_ip": "{THE.REQUESTER.IP.ADDRESS}",
  "location": "{REQUESTER_CITY}",
  "greeting": "Hello, {REQUESTER_NAME}!, the temperature is {CITY_TEMPERATURE} degrees Celcius in {REQUESTER_CITY}"
}

About

A stage one task for backend programming participants in HNG11 Internship

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages