Skip to content

sdjukic/single-purpose

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Single-Purpose Site

Created by Slavisa Djukic

[email protected]

About the app

This app will display current weather conditions for three US cities (Chicago, New York and San Francisco).

The data is requested from weather.com via their API calls. Since number of calls is limited app itself is controling API calls. Current data is held in the database and if the current data is older than five minutes on new server request API call is issued and data is refreshed and timestamped.

For the future I thought expanding the number of cities offered and then give user a choice which three it wants to display. That would be nice exercize in JavaScript functionality.

The app's URL is: http://secure-fortress-3874.herokuapp.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 73.6%
  • CSS 19.7%
  • JavaScript 6.7%