Git Product home page Git Product logo

udacity-weather-journal-app-project's Introduction

Weather-Journal App Project

Weather app for Udacity that uses asynchronous functions, openWeatherMap API and user data to dynamically update the UI.

Table of Contents

To run this code you first need to get nodejs installed on your computer the install the following pakages:

npm install express
npm install cors
npm install body-parser

Getting Started

server.js file is where you can start the server with node.js

navigate to server.js directory in your pc then in the terminal use:

node server.js

you should get a response like this

runnning on local host: 5000

then in your browser navigate to

http://localhost:5000/

Development

  • server is built locally with node and express.

  • weather data is fetched from OpenWeatherMap API .

  • server includes an asynchronous get route to fetch data and an asynchronous post route to save data to the server from client side .

  • server logs data fetched to the console .

  • when the data is received from the server, UI updates dynamically.

Helping Resources

udacity-weather-journal-app-project's People

Contributors

karim-elbahrawy avatar

Watchers

 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.