Skip to content

GuyNamedEJ/clock-app-main

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clock App with Quotes: View Project

Tech used: HTML5 BADGECSS BADGEJAVASCRIPT BADGE

Project Overview

This projects uses a few APIs to get data. World Time API to set the time based on the visitor's IP adress. This API will also be used for additional data, like the day of the year shown in the expanded state.

  • IP Geolocation API to set the city and country underneath the time
  • Quotable API to generate random programming quotes.(Currently not working after Heroku tier update)

Skills Learned/Practiced

  • Fetching Data from APIs
  • String Methods