Based off of a tutorial found on Medium. This application uses Open Weather Map's API to find forecasts for cities around the world
- React.js
- HTML 5
- Bootstrap 4
- Webpack 4
- Express.js
- Node.js
- User can search for five day forecast
- Node.js 10 or higher
- NPM 6 or higher
- Install all required dependencies
npm install
- Start the application
npm run dev
- Go to localhost:3000 in your browser