GithubHelp home page GithubHelp logo

weather-journal-app's Introduction

Weather-Journal App Project

Overview

This project is an asynchronous web app that uses Web API and user data to dynamically update the UI with weather data and current date.

What You're Getting

├── assets
│   └── cloud-sky.jpg # Background image for your app.
│
├── commentsOnlyJS
│   ├── App.js # Guide line comments for your app.js.
│   └── server.js # Guide line comments for your server.js.
│   
├── node_modules # DO NOT MODIFY, This folder contains the node modules.
│
├── website
│   ├── App.js # Weather-Journal App page where you find the input to write your zip code for your city to get temperature .
│   ├── index.html # DO NOT MODIFY, Contains HTML of your app.
│   └── style.css # Styles for your app. Feel free to customize this as you desire.
│   
├── .gitignore
│
├── package.json
│
├── package-lock.json # npm package manager file. It's unlikely that you'll need to modify this.
│
├── README.md - This file.
│
├── routes.js # A JavaScript file that inculde's routes.
│
└── server.js # A JavaScript API for the weather API.   

Project Environment setup

Node and Express Environemnt

In this project we are using Node and Express environemnts, so you need to run npm i

How to run the app

  1. node server.js
  2. Navigate to 'website' folder.
  3. Run index.html in browser.

API Credentials

Create API credentials on OpenWeatherMap.com or use existing API key inside in app.js file.

weather-journal-app's People

Contributors

khaled-alaa 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.