Skip to content

Commit 852c942

Browse files
authored
Merge pull request florinpop17#165 from ferreira42/master
Update Hello-App.md
2 parents b955956 + 156cba8 commit 852c942

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Projects/1-Beginner/Hello-App.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ language.
2222
### Constraints
2323

2424
- Developers should use the [IP-API](http://ip-api.com/docs/api:json) service
25-
to obtain the users country code.
25+
to obtain the users IP.
2626
- Developers should use the
2727
[Fourtonfish](https://www.fourtonfish.com/hellosalut/hello/) service to
28-
obtain the greeting in the users native language by passing the country code.
28+
obtain the greeting in the users native language by passing the users IP.
29+
- Developers must use a HTML entities decoding to decode the hello message.
2930

3031
## User Stories
3132

@@ -47,8 +48,8 @@ language.
4748

4849
## Bonus features
4950

50-
- [ ] User can see an additional text input field for a country code which
51-
will be used to override the country code obtained through geolocation. Hint:
51+
- [ ] User can see an additional text input field for a language code which
52+
will be used to override the IP obtained through geolocation. Hint:
5253
this is a great feature for testing your app.
5354
- [ ] User can see additional geolocation information after logging on that
5455
includes at least the local IP address, city, region, country name, zip code,

0 commit comments

Comments
 (0)