Giter VIP home page Giter VIP logo

clima-app-node's Introduction

Aplicación del Clima en Node -- App de consola

Esta aplicación recibe el nombre de la ciudad y país para consultar la temperatura.

Ejecutar este comando para instalar las librerías

npm install

Agregar las llaves de API

En la carpeta 'apis/' se encuentran dos carpetas más:

  • 'geocode_api/' que tiene un archivo llamado 'geocode.json' En ella hay que colocar la llave de la API de geocode de Google Maps:

    [{ "key": "HERE_GOES_THE_KEY" }]
    
    
  • 'openweathermap_api/' que tiene un archivo llamado 'openweather.json' En ella hay que colocar la llave de la API de OpenWeatherMaps:

    [{ "key": "HERE_GOES_THE_KEY" }]
    
    

Ejemplo de uso de la App:

node app -d 'Punto fijo Venezuela'

Weather Application made in Node -- console app

This application take the name of the city and country for wich you want to know the weather temperature.

Execute this command to install the libraries

npm install

Add the API keys

Inside the 'apis/' folder the are two other folders:

  • 'geocode_api/' which has a file named 'geocode.json' In this file you will need to insert the API key for Google Maps geocode:

    [{ "key": "HERE_GOES_THE_KEY" }]
    
    
  • 'openweathermap_api/' which has a file named 'openweather.json' In this file you will need to insert the API key for OpenWeatherMap:

    [{ "key": "HERE_GOES_THE_KEY" }]
    
    

Example of App usage:

node app -d 'Punto fijo Venezuela'

clima-app-node's People

Contributors

saulmiquilena 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.