Coder Social home page Coder Social logo

vigilant-weather-app's Introduction

Vigilant: Weather App

Readme

Disclaimer: This application is solely for study and self improvement on development. Based on a step by step by Brandon Morelli (see sources). It was customized the way I desire and improved by not using some deprecated libs.

This is an application so you can see the weather based on the City inserted into the search box. It uses OpenWeather API to get data related to the cities that a user search.

Requirements

  • Node (mandatory): 12
  • Docker (optional): latest

Steps

Steps to make it work:

  1. clone this repo
  2. run npm i in the terminal
  3. run npm start inside the vigilant-weather-app folder, via terminal.
  4. access localhost:8080 and it will be displayed the vigilant weather app first screen
  5. to stop running, ctrl + c on the terminal.

Docker Image

Build this using the following steps

  1. docker build . -t <your-name>/vigilant-weather-app
  2. Then run it docker run -p 8080:8080 -d <your-name>/vigilant-weather-app

Check the file with docker images and docker ps to see if it's running. Also you can rename the container by inserting docker rename <container ID> <NEW_NAME> on the terminal.

Sources

  1. Brandon Morelli's Step by Step https://codeburst.io/build-a-weather-website-in-30-minutes-with-node-js-express-openweather-a317f904897b

Contributing

in order to contribute please make it to any new branch prefixed 'dev'

vigilant-weather-app's People

Contributors

juanbc42 avatar juan-bc avatar dependabot[bot] avatar

Stargazers

 avatar

Watchers

James Cloos avatar  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.