https://github.com/duquejo/weather-app-node
Final Weather App repositoru
https://github.com/duquejo/weather-app-node
Last synced: 9 days ago
JSON representation
Final Weather App repositoru
- Host: GitHub
- URL: https://github.com/duquejo/weather-app-node
- Owner: duquejo
- Created: 2021-09-09T02:04:48.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-16T04:35:15.000Z (almost 5 years ago)
- Last Synced: 2025-03-16T09:13:20.096Z (over 1 year ago)
- Language: JavaScript
- Size: 5.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BootCamp Node JS (Ceiba - Globant)
### Welcome to the Weather App Project!
[](https://www.javascript.com)
[](https://nodejs.org/es/)
## Tech
- *Weather App*: Node JS Weather App application using live endpoints and a REST API Structure.
- [Geolocation|Geocoding API](https://www.mapbox.com/): Geocoding Address API
- [Weather Forecast](https://weatherstack.com/): Forecast by location API.
- Express (4.16.4): Server management module
- Handlebars (4.0.1): Server HTML Templatting module
- Postman Request (2.88.1-postman.30): HTTP Requests API management module.
- Nodemon (2.0.12): Listens any JS (or whatever) file changes.
- [Weather App Git](https://github.com/duquejo01/Weather-App-Node): GIT Source.
- [Weather App Demo](https://duque-weather-application.herokuapp.com/): Live Weather App Public Demo.
## Bootcamp Index
Click on the following [link](https://github.com/duquejo01/BootCamp-Node-JS) to return back the Index.
## Commands
Use the following command into console to run automatically nodemon with JS and Handlebars scripts modification listening. It only works in your local machine.
```sh
npm run dev
```