Code Monkey home page Code Monkey logo

weather-app's Introduction

Weather App

You will be creating an app to get the weather!

batman

Requirements

Part 1

Use a prompt to get the user's zip code. Use the Zippopotamus API to get the zip code's state and city.

For example, you would provide Zippopotamus with the data 90210 to get data for Beverly Hills. You can see the service provides you with the name of the state and city.

You should display the state and city data on the webpage like this: zippo

Part 2

Use the longitude and latitude you get from Zippopotamus to get weather data from the 7Timer API.

For example, with the data -118.4 and 34.1 as longitude and latitude respectively, 7Timer will provide all the weather data for Beverly Hills.

Use the weather information to display the current temperature like this: part 2

Part 3

Use all the weather data you recieve from 7Timer to generate a 7 day forcast for the given zip code. part 3

Part 4

Have the browser collect the user's zip code from their location so that they do not have to enter it.

Submission

Push your code to GitHub and create a Pull Request

Happy Hacking

weather-app's People

Contributors

kburd avatar

Stargazers

Khalil Abdellah avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.