Skip to content

Weather App#224

Open
j-emitch wants to merge 4 commits intoprojectshft:masterfrom
j-emitch:master
Open

Weather App#224
j-emitch wants to merge 4 commits intoprojectshft:masterfrom
j-emitch:master

Conversation

@j-emitch
Copy link

No description provided.

<!-- Bootstrap CSS -->
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

outdated version, there are stable versions

const addFiveDay = (data) => {
fiveDayForecast = [];

for (i=7; i<data.list.length; i += 8){

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you could have use map instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants