Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kornil/ip_microservice
Request Header Parser Microservice
https://github.com/kornil/ip_microservice
freecodecamp freecodecamp-challenge
Last synced: 8 days ago
JSON representation
Request Header Parser Microservice
- Host: GitHub
- URL: https://github.com/kornil/ip_microservice
- Owner: Kornil
- Created: 2016-10-08T21:02:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-08T21:29:29.000Z (about 8 years ago)
- Last Synced: 2024-10-10T20:22:37.024Z (about 1 month ago)
- Topics: freecodecamp, freecodecamp-challenge
- Language: JavaScript
- Homepage: https://ip-microservice-kornil.c9users.io/
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Request Header Parser Microservice
User story:
I can get the IP address, language and operating system for my browser.
Example usage:
https://ip-microservice-kornil.c9users.io/
Example output:
{
"ipaddress": "79.51.47.22",
"language": "it-IT",
"software": "Windows NT 6.2; Win64; x64"
}