The weather app project was built as the fourth project of the JavaScript module from Microvers. Here you can look for the current weather of a city arround the world. For this I use the Openweathermap API.
- Html
- Scss
- JavaScript
- Webpack
To get a local copy up and running follow these simple steps:
- Go to the main page.
- Press the "Code" button and get the repo link.
- Clone it using git command "git clone".
- Open in terminal the folder just cloned.
- run in terminal 'npm install'.
- Create a .env file in the root folder.
- Add in the .env file your key from openweathermap. Like this: WEATHER_KEY=your-key-goes-here
- To see locally run 'npm run build'.
- Github: @ricardomonte
- Twitter: @ramnkco
- LinkedIn: Ricardo Montenegro
Contributions, issues and feature requests are welcome!
Feel free to check the issues here.
Give a ⭐ if you like this project!.
- To Microverse
- Mentor.
- Stand up team
This project is MIT licensed.