JavaScript project which works by calling OpenWeatherMaps free API for current weather information.
- Search for current weather just typing the City name.
- Search for current weather typing City Name, Country name
- Usage of iso-3166 (Alpha-2) for country calls.
- Background color gradient changes every half-hour of the visitor current time.
- Background illustrations (buildings) change colors between 3 differents regarding visitor Time of Day.
- Change the measurement of the current temperature between Celsius and Farenheit.
- Current data shown contains current weather, place, temperatures, wind (speed and direction), humidity and pressure.
- JavaScript (ES6)
- Node.js
- Webpack
- Bootstrap
- Animate.css
- Weather-Icons
- Date-fns
- SCSS
- HTML
- ESLint
- Stylelint
- 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 [email protected]:Bismarck-GM/FrostBite-JS-WeatherAPP.git
- Install dependencies:
$ npm install
Start the server:
$ npm run server
Open http://localhost:8080/
in your browser.
👤 Gerónimo Morisot
- Github: @Bismarck-GM
- Twitter: @Rewritablee
- Linkedin: geronimomorisot
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.
This project is MIT licensed.