-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
963c4f7
commit ab00aee
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
A small weather app using a small free weather api called openweathermap. A Weather class to crate and fetch the elements from the api. An UI class | ||
where all the elements are selected and a function to fill the dom with the data from the api, plus a function to make the temp in celsiuis. | ||
Plus an app.js controller. | ||
|
||
NOTE: In order to work you must pull the repo locally. The weather api doesnt work on github. |