Skip to content

Commit 61a3c3d

Browse files
Adding README.md
1 parent f0e61ed commit 61a3c3d

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#README #readme/HYJSApiProject
2+
3+
# HY JS API Project :- Travel Story
4+
5+
[Story Finder | Exciting tours by adventurous people](https://devpatelwebdeveloper.github.io/HYJS-Api-Project/)
6+
7+
Search for Brampton, Frankfurt, Ahmedabad, 176 clyde road winnipeg. It will give you dummy story. When clicked on More About City, It will give the current temperature and Current Date and Time about the town you searched for. This project is still work in progress. You can search any city in the world. Storys will not be displaying currently as working on creating JSON for the story.

index.html

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -192,13 +192,11 @@ <h3 class="heading-tertiary u-margin-bottom-small story-title"></h3>
192192

193193
<!-- <footer class="footer">
194194
<p class="footer__copyright">
195-
Built by <a href="#" class="footer__link">Jonas Schmedtmann</a> for his
196-
online course
197-
<a href="#" class="footer__link">Advanced CSS and Sass</a>. Copyright
198-
&copy; by Jonas Schmedtmann. You are 100% allowed to use this webpage
199-
for both personal and commercial use, but NOT to claim it as your own
200-
design. A credit to the original author, Jonas Schmedtmann, is of course
201-
highly appreciated!
195+
Built by <a href="#" class="footer__link">Devashish Patel</a> for his
196+
online course. Copyright &copy; by Devashish Patel. You are 100% allowed
197+
to use this webpage for both personal and commercial use, but NOT to
198+
claim it as your own design. A credit to the original author, Devashish
199+
Patel, is of course highly appreciated!
202200
</p>
203201
</footer> -->
204202
<div class="popup" id="popup">

script/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ app.localTime = latLong => {
170170
}
171171
}).then(result => {
172172
// console.log(result);
173-
// console.log(`Formatted: ${result.formatted}`);
173+
console.log(`Formatted: ${result.formatted}`);
174174
// console.log(`Timestamp: ${result.timestamp}`);
175175

176176
const date = new Date(result.formatted);

0 commit comments

Comments
 (0)