An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# BootCamp Node JS (Ceiba - Globant)
### Welcome to the Weather App Project!

[![made-with-javascript](https://img.shields.io/badge/Made%20with-JavaScript-1f425f.svg)](https://www.javascript.com)
[![made-with-nodejs](https://img.shields.io/badge/Made_with-Node_JS-green.svg)](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
```