https://github.com/mazensayed91/project3_frontend_nanodegree_udacity
https://github.com/mazensayed91/project3_frontend_nanodegree_udacity
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mazensayed91/project3_frontend_nanodegree_udacity
- Owner: Mazensayed91
- Created: 2021-05-14T08:34:12.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-15T10:32:42.000Z (about 5 years ago)
- Last Synced: 2025-02-09T19:43:13.605Z (over 1 year ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather-Journal App Project
## Overview
This project deals with the weather api, using zip code, you can get the current temperature.
## Instructions
First you should have node installed in your device,
* To run it you should clone the repo
* Then install the dependancies using npm as follows:
- npm i cors body-parser express
* Then run the server using: node server.js