- 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.
- Install git
- Installation Guide for git
- Install nodeJS
- Here's a guide for the Windows Installation of NodeJs
- Here's a guide for the Mac Installation of 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.
- If you run the command
./bin/www
in the console it should run the app.
- React - The frontend framework I used
- Babel - Used to compile JSX Code
- OpenWeatherMap - The Weather API used
- 1.0.0
- Daniel Hsu - I wrote this.