Skip to content

Get your weather on! 100% React and Redux. All components made in America.

License

Notifications You must be signed in to change notification settings

jsdelivrbot/ReduxWeatherApp-4

 
 

Repository files navigation

Redux Weather App

February 7, 2017

Get an updated 5-day weather forecast for all the U.S. cities you care about.

Check the average temperature, humidity, and air pressure.

Plan your trip with a convenient Google map included with your forecast.

Tech

Build

  • JavaScript
  • Node
  • Webpack

Getting Started with this Repo

There are two ways to get started with this repo:

1. Familiar with Git?

Clone this repo, install dependencies, and then start the node webpack proces:

    > git clone https://github.com/jstowers/ReduxWeatherApp.git
    > cd ReduxWeatherApp
    > npm install
    > npm start

In a new browser window, enter the following local address:

    http://localhost:8080

Check your weather and enjoy!

2. Unfamiliar with Git?

Click here to download the .zip file.

Extract the contents of the zip file into a project directory of your choice. For instance, you could make a new directory called ReduxWeatherApp.

Open a terminal and change to the project directory:

    > cd ReduxWeatherApp

From the project directory, install and start the node process:

    > npm install
    > npm start

Open a new browser window and enter the following local address:

    http://localhost:8080/ 

Check your weather and enjoy!

About

Get your weather on! 100% React and Redux. All components made in America.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.1%
  • CSS 2.6%
  • HTML 2.3%