Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayine-nongre/hng11
https://github.com/ayine-nongre/hng11
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/ayine-nongre/hng11
- Owner: Ayine-nongre
- Created: 2024-06-30T21:46:39.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T08:18:52.000Z (4 months ago)
- Last Synced: 2024-07-08T20:35:39.105Z (4 months ago)
- Language: JavaScript
- Size: 136 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 queryGET 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
}
```