A weather forecast app built with vanilla Javascript.
Created as one of the projects during CodersCamp 2019 - a web development bootcamp organized by CodersCrew in Wrocław, Poland.
The easiest way to achieve this is to use the command below
git clone https://github.com/anna-postawka/WeatherApp_CodersCamp.git
Once you have done that go to the main folder and use the following command which retrieves all dependencies necessary to build our app
npm i
If the previous commands was executed successfully, the last step you have to take is to type the command below
npm start
It should take you to a browser with our application running
- HTML 5
- CSS 3
- JS, especially its asynchronous features
- Webpack
- Externals APIs:
- OpenWeather API
- Google Places API
App design was inspired by mock-up by Mário Rodeghiero.