Weather app made using html, css, javascript and openweathermap api.
- Clone the repository
git@github.com:vil/TodaysWeather.git
- Init the project and install dependencies
npm i
- Create a
.env
file and put your api key in it. For example:API_KEY=xxxxxxxxxxxxxxxx
. You can get a api key from https://openweathermap.org/ - Run the server using
node index.js
- Enjoy!
This source code is under the GNU General Public License, version 3.