Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ayine-nongre/hng11


https://github.com/ayine-nongre/hng11

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

## HNG TASK 1
Develop a server that returns the client's ip, location and temperature location when a user hits an endpoint with the name as a query

GET https://hng-task-i.onrender.com/api/hello?visitor_name=test

RESPONSE:

```
{
"client_ip": x.x.x.x,
"location": example_location,
"greeting": Hello test!, the temperature is "location temp" degrees celsuis in example_location
}
```