In this project I made a weather app, using the database from openweathermap
- Clone this repo
$ git clone git@github.com:YoseptF/Weather-App.git || $ git clone https://github.com/YoseptF/Weather-App.git
- cd into the correct branch
$ cd [your desired branch]
- install the dependencies
$ npm install
- add you API inside of an .env file like this (the .env file must be at the root directory)
//.env
WEATHER_API=your_api_key
or add it in your env varaibles if you are publishing to heroku 5. start the project
$ npm run watch
- Open your localhost It will automatically open a browser tab, but if for some reason it doesn't, you can go to
http://localhost:3000/
If you want to see it but don't feel like downloading, you can see a live version here
- JS
- HTML
- WebPack
- country-state-city-plus
- animate.css
- country flags
- Eslint
👤 Joseph