/reactAppApiFetch

Trying to use fetch on a simpler setup than create react-app

Primary LanguageJavaScript

reactAppApiFetch

  • Written to practice React concepts and work on fetching API's. This specifically is a weather forecast app where you can find a 5 day forecast of any city through the OpenWeatherMap.com API.

Getting Started

  • Install git
    • Installation Guide for git
  • Install nodeJS
  • Go to the command line and navigate to the folder you either cloned or downloaded
    • cd yourFolderName
  • Run npm install
    • That should download all the dependencies.

Running the App

  • If you run the command ./bin/www in the console it should run the app.

Built With

Version

  • 1.0.0

Author

  • Daniel Hsu - I wrote this.