This project is part of the Microverse Javascript curriculum!
Explore the docs »
Report Bug
·
Request Feature
This project is a simple weather application that was done in an effort to learn about the use of javascript asyncronous functions, promises, APIs and Async and Await methods, coupled with HTML and CSS.
To get a local copy up and running follow these simple example steps.
- Clone the project - git clone https://github.com/Audrey-Ella-xo/Weather-App.git if you have git installed, or download it from github
- open locally and Navigate the Directory. The directory has the following structure:
- A dist folder that holds the index.html files and main script respectively.
- An src folder that holds the CSS style the index.js, home.js, menu.js and contact.js files.
- A README file.
! Please Install Npm or Yarn before going any further
Now, we will install the package.json dependencies. Run the following command and you are good to go:
npm install
Or
yarn install
Inside The project Repository run the following command:
npm run server
Or
yarn run server
Then, go to http://localhost:3000/ (If your window isn't open)
npx eslint .
This project was built using these technologies.
- HTML5 and CSS3
- Javascript
- Add Day-savings feature
- Make background change on city day-night conditions
Audrey Emmanuella Odiaka - @o___audrey_xo - @audrey-ella-xo - [email protected]
Project Link: [https://github.com/Audrey-Ella-xo/Weather-App/)
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!