Skip to content

7-Day weather forecast website designed and developed for the interview process of Animal Farm Family.

Notifications You must be signed in to change notification settings

alexpena5635/WeatherForecast-WebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

LinkedIn


WeatherForecast-WebApp

7-Day weather forecast website designed and developed for the interview process of Animal Farm Family.

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

  • npm / node

Installation

  1. Get a free API Key at https://developer.foreca.com/
  2. Clone the repo
    git clone https://github.com/alexpena5635/WeatherForecast-WebApp.git
  3. Install NPM packages in the /backend/ directory.
    npm install
  4. Save your api key to a file, and setup the path in /backend/weatherapi.js
     const authFilePath = "<path_to_your_api_token_file>"; 
     const tokenFile = __dirname + authFilePath;
  5. Start the server
    node app.js
  6. Navigate to http://localhost:8080 to run the WebApp

(back to top)

About

7-Day weather forecast website designed and developed for the interview process of Animal Farm Family.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published