Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LP Wilson Pull Request #89

Open
wants to merge 36 commits into
base: main
Choose a base branch
from
Open

LP Wilson Pull Request #89

wants to merge 36 commits into from

Conversation

theLP100
Copy link

LP's individual work (after group co-working part)

theLP100 and others added 30 commits December 5, 2022 13:42
… to be registered. then i got event handlers to be called (before, it wasn't being called
Copy link

@nancy-harris nancy-harris left a comment

Choose a reason for hiding this comment

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

Good job! This project is graded as yellow. Please see the comments below for more information.

Comment on lines +64 to +65
const lat = 47.6038321;
const lon = -122.330062;

Choose a reason for hiding this comment

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

One of the requirements for Wave 4 was to make two Axios calls and chain them. Rather than hard-coding the lat and lon for Seattle, we wanted you to be able to get this information from the proxy server and then send the information back to the proxy server to get the temperature. This makes the project a yellow.

console.log(downButton);
};

registerEventHandlers(undefined);

Choose a reason for hiding this comment

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

Rather than sending undefined into the function, you could leave it blank and also have the registerEventHandlers function not take in any parameters.

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.

3 participants