Skip to content

Building a weather forecast site using the openweathermap.org web api.

Notifications You must be signed in to change notification settings

Elbie-em/Weather-App-JS

Repository files navigation

Weather App with Javascript

Building a weather forecast site using the openweathermap.org web api.

Live Demo

Click here for live demo

Screenshot

screenshot

Built With

  • HTML & CSS
  • Bootstrap
  • JavaScript/ES6
  • Fetch Api
  • Webpack
  • eslint
  • style lint

Usage

  • To start the weather application follow the link provided in the live demo section.
  • Once the page loads, accept location services for the app to give you the current whether at your location.
  • Type any city you desire to view the current weather in that city.

Requirements

  • Compatible Web browser (Chrome, Mozilla, IE, Safari)

Installation

Prerequisites

Steps

From the command line/terminal clone the repository:

$ git clone https://github.com/Elbie-em/Weather-App-JS.git

Rename .env_sample to .env

$ mv .env_sample .env

Add you api key here in .env file

API_KEY='YOUR_API_KEY_HERE'

Deploy

To deploy on your local environment run:

$ npm run start

---> Project will run on http://localhost:8080/public/dist/

Author

👤 Elbie Moonga

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.

About

Building a weather forecast site using the openweathermap.org web api.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published