Skip to content

Brodie969/complex-weather

Repository files navigation

brodie969/complex-weather

A more complex weather app, building on from brodie969/weather.

Completed

This code is fairly stable, so see How To Run Locally to try.

Screenshots

Screenshot Of Search Page Screenshot Of Weather Page Screenshot Of Astronomy Page Screenshot Of Forecast Page

How To Run Locally

  1. Get your free API Key from WeatherAPI

  2. Clone this repo

Download the .zip

Or Use Git:

git clone https://github.com/brodie969/complex-weather/
  1. Create a file called secrets.js.

  2. Place your key in secrets.js as follows:

export const API_KEY = "1234567890";
  1. Start a local development server with your preferred method

(Mine is with Python's http server: python -m http.server 8000)

  1. Visit localhost:8000 in your browser, and now you can view the weather around the world!

About

A more complex weather app, to learn Javascript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published