leoguilen / vue-node-weather-app

Web Application usando Vue.js e Node.js que consome a api do OpenWeather e retorna as informações climáticas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather App
Weather App

Weather Infos App with Node.js and Vue.js

This project is published in and

**Link to application:** https://leoguilen.github.io/vue-node-weather-app/

GitHub top language

GitHub language count

Repository size GitHub last commit

Repository issues

GitHub

Technologies   |    How To Use   |    Docs

Demo on Netlify

🚀 Technologies

This project was developed with the following technologies:

ℹ️ How To Use

To clone and run this application, you'll need Git, Node.js v10.16 or higher + [Yarn v1.13][yarn] or higher installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/leoguilen/vue-node-weather-app.git
  • Backend

# Go into the repository
$ cd Backend

# Install dependencies
$ npm install

# Build the app
$ npm run start:build

# Run the app
$ npm start
  • Frontend

# Go into the repository
$ cd Frontend

# Install dependencies
$ npm install

# Run the app
$ npm run serve

📁 Docs

API Documentation in

Click here to see documentation


Made with ♥ by Leonardo Guilen 👋 Get in touch!

About

Web Application usando Vue.js e Node.js que consome a api do OpenWeather e retorna as informações climáticas


Languages

Language:TypeScript 66.7%Language:Vue 26.5%Language:JavaScript 5.7%Language:HTML 1.1%