A simple but goodlooking weather app, that is able to:
- Take you ubication and display your weather
- Take a city name and display the weather of that city
- If the city doest exist, throws a notice to the user
- Change images and background in based on the weather
- JavaScript
- HTML
- CSS
To set up a local copy of the project
git clone [email protected]:helman101/weather-app.gitcd weather-appnpm install
- Go to openweathermap
- Select free Api key
- Create an account if you dont have one
- Copy your new Api Key
- Go to src/weather.js
- Paste your new Api Key were says 'API_KEY_HERE'
- Now you are ready to run a local server
- Go to your command line and put
npm run start - Go to https://localhost:8080/
- Try it!!
👤 Andres Ortegon
- GitHub: @helman101
- Twitter: @helman1011
- LinkedIn: Andres Ortegon
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
- To Microverse for their
READMEtemplate.