This is a responsive weather app page built with JavaScript and APIs.
- Get weather information by getting the user location if the user accepts it;
- Get weather information by typing the city's name;
- Autocomplete functionality for cities names;
- Temperature available in Celsius and Fahrenheit by clicking on the temperature number
- JavaScript
- Node.js
- Webpack
- Babel
- Bulma
- SCSS
- Linter
- Open Weather API
- Algolia API
- Unsplash API
- You can click on this link
- Node.js
- Any Browser
To get started open the directory where you will save this repo by typing on your terminal:
$ cd <directory>
- Clone the repo typing:
$ git clone git@github.com:brugobi/Weather-App-JS.git
- Install dependencies:
$ npm install
Start the server:
$ npm run server
Open http://localhost:8080/
in your browser.
👤 Bruna Gobi
- Github: @brugobi
- Twitter: @BrunaGobi2
- Linkedin: bruna-gobi
Contributions, issues and feature requests are welcome!
Give a ⭐️ if you like this project! Feel free to check the issues page.
- Project requested by Microverse Program.
- The default image was taken from Pixabay.
This project is MIT licensed.