7-Day weather forecast website designed and developed for the interview process of Animal Farm Family.
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.
- npm / node
- Get a free API Key at https://developer.foreca.com/
- Clone the repo
git clone https://github.com/alexpena5635/WeatherForecast-WebApp.git
- Install NPM packages in the
/backend/
directory.npm install
- 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;
- Start the server
node app.js
- Navigate to
http://localhost:8080
to run the WebApp