/Weather-App

Primary LanguageJavaScript

Weather App

front

In this project I made a weather app, using the database from openweathermap


Local installation

  1. Clone this repo
$ git clone git@github.com:YoseptF/Weather-App.git || $ git clone https://github.com/YoseptF/Weather-App.git
  1. cd into the correct branch
$ cd [your desired branch]
  1. install the dependencies
$ npm install
  1. 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
  1. 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/

Live version

If you want to see it but don't feel like downloading, you can see a live version here


Created with


Tested with

  • Eslint

Build by

👤 Joseph