Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdmedlock/parser-micro
https://github.com/jdmedlock/parser-micro
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jdmedlock/parser-micro
- Owner: jdmedlock
- License: mit
- Created: 2017-01-22T20:55:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-22T22:26:10.000Z (about 7 years ago)
- Last Synced: 2024-10-13T14:17:20.317Z (3 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# freeCodeCamp Backend Certificate API Project - Request Header Parser Microservice
## Objective
Build a full stack JavaScript app that is functionally similar to this:
https://cryptic-ridge-9197.herokuapp.com/api/whoami/ and deploy it to Heroku.
Note that for each project, you should create a new GitHub repository and
a new Heroku project. If you can't remember how to do this, revisit
https://freecodecamp.com/challenges/get-set-for-our-api-development-projects.## User Stories
Implement the following users stories in this exercise.
1. User Story: I can get the IP address, language and operating system for
my browser.## Example usage:
```
https://cryptic-ridge-9197.herokuapp.com/api/whoami/
```
##E xample output:
```
{"ipaddress":"97.91.210.51","language":"en-us","software":"Macintosh; Intel Mac OS X 10_12_2"}
```