Thi is a webapp made to show the temperature in the city you enter through the input. This app uses opweather API in order to get the information.
- HTML5
- CSS3
- SCSS
- JavaScript
- Webpack
- Linters
- VS code
To get a local copy up and running follow these simple steps:
- Go to the repository page.
- Press the "Code" button and copy the link.
- Clone it using git command
git clone <link>
.
- Get an APIKEY by signing up on Open Weather map
- Once you got you APIKEY create a
.env
file in the project root. - Move to the folder:
cd weather-app
. - inside
.env
file createAPI_KEY = <Your_api_key>
. - run
npm install
. - on your command line run:
npm run dev
(development) ornpm run build
(Production). - start server:
7.1 live server can be used to visualize the webapp in live version or
7.2 execute on the command line
servor dist index.html 8080 --reload
and enter to your browser tolocalhost:8080
.
👤 Kenvin Cotrina
- GitHub: kcotrinam
- Twitter: @kcotrinam_dev
- LinkedIn: KevinCotrina
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
- Odin Project
- Open weather API
- Stand up team
This project is MIT licensed.