Skip to content

Commit

Permalink
update files
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardreyes29 committed Sep 3, 2020
1 parent 190403a commit aaf7955
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
node_modules
package-lock.json
.env
1 change: 0 additions & 1 deletion scripts/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ $('#dismiss').on('click', function () {
$('.overlay').removeClass('active');
});
/*######## Open Weather API ########*/
require('dotenv').config()
/* Current weather data */
const OW_API_KEY = "de36e36780976652d3e84a5502633fce";
const NUMBER_OF_DAYS = 5;
Expand Down

0 comments on commit aaf7955

Please sign in to comment.